C# Class SoundLibrary.Mathematics.ThreeDimension.Vector

3次元ベクトル。
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
x double

Méthodes publiques

Méthode 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 méthode

public static InnerProduct ( Vector a, Vector b ) : double
a Vector
b Vector
Résultat double

OuterProduct() public static méthode

public static OuterProduct ( Vector a, Vector b ) : Vector
a Vector
b Vector
Résultat Vector

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector() public méthode

public Vector ( double x, double y, double z ) : System
x double
y double
z double
Résultat System

operator() public static méthode

public static operator ( ) : Vector
Résultat Vector

Property Details

x public_oe property

public double x
Résultat double