C# Class SoundLibrary.Mathematics.ThreeDimension.Vector

3次元ベクトル。
显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
x double

Public Methods

Method Description
InnerProduct ( Vector a, Vector b ) : double
OuterProduct ( Vector a, Vector b ) : Vector
ToString ( ) : string
Vector ( double x, double y, double z ) : System
operator ( ) : Vector

Method Details

InnerProduct() public static method

public static InnerProduct ( Vector a, Vector b ) : double
a Vector
b Vector
return double

OuterProduct() public static method

public static OuterProduct ( Vector a, Vector b ) : Vector
a Vector
b Vector
return Vector

ToString() public method

public ToString ( ) : string
return string

Vector() public method

public Vector ( double x, double y, double z ) : System
x double
y double
z double
return System

operator() public static method

public static operator ( ) : Vector
return Vector

Property Details

x public_oe property

public double x
return double