C# Class BRDFLafortuneFitting.Program.Vector3

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

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

Méthodes publiques

Méthode Description
Cross ( System.Vector3 &a, System.Vector3 &_Out ) : void
Dot ( System.Vector3 &a ) : double
Length ( ) : double
LengthSq ( ) : double
Normalize ( ) : void
Rotate ( System.Vector3 &_Axis, double _Angle, System.Vector3 &_Out ) : void
Set ( double _x, double _y, double _z ) : void

Method Details

Cross() public méthode

public Cross ( System.Vector3 &a, System.Vector3 &_Out ) : void
a System.Vector3
_Out System.Vector3
Résultat void

Dot() public méthode

public Dot ( System.Vector3 &a ) : double
a System.Vector3
Résultat double

Length() public méthode

public Length ( ) : double
Résultat double

LengthSq() public méthode

public LengthSq ( ) : double
Résultat double

Normalize() public méthode

public Normalize ( ) : void
Résultat void

Rotate() public méthode

public Rotate ( System.Vector3 &_Axis, double _Angle, System.Vector3 &_Out ) : void
_Axis System.Vector3
_Angle double
_Out System.Vector3
Résultat void

Set() public méthode

public Set ( double _x, double _y, double _z ) : void
_x double
_y double
_z double
Résultat void

Property Details

x public_oe property

public double x
Résultat double