C# Class BRDFSlices.Vector3

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

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

Méthodes publiques

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

Method Details

Cross() public méthode

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

Dot() public méthode

public Dot ( Vector3 &a ) : double
a 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 ( Vector3 &_Axis, double _Angle, Vector3 &_Out ) : void
_Axis Vector3
_Angle double
_Out 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

operator() public static méthode

public static operator ( ) : Vector3
Résultat Vector3

this() public méthode

public this ( int _Index ) : double
_Index int
Résultat double

Property Details

x public_oe property

public double x
Résultat double