C# Class idTech4.Geometry.idJointMatrix

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( idJointMatrix m ) : bool

Exact compare, no epsilon.

Equals ( idJointMatrix m, float epsilon ) : bool

Compare, with epsilon.

Equals ( object obj ) : bool
ToMatrix ( ) : Matrix
ToVector3 ( ) : Vector3
Transform ( idJointMatrix x, idJointMatrix y ) : idJointMatrix
idJointMatrix ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34 ) : System
operator ( ) : bool

Method Details

Equals() public méthode

Exact compare, no epsilon.
public Equals ( idJointMatrix m ) : bool
m idJointMatrix
Résultat bool

Equals() public méthode

Compare, with epsilon.
public Equals ( idJointMatrix m, float epsilon ) : bool
m idJointMatrix
epsilon float
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ToMatrix() public méthode

public ToMatrix ( ) : Matrix
Résultat Matrix

ToVector3() public méthode

public ToVector3 ( ) : Vector3
Résultat Vector3

Transform() public static méthode

public static Transform ( idJointMatrix x, idJointMatrix y ) : idJointMatrix
x idJointMatrix
y idJointMatrix
Résultat idJointMatrix

idJointMatrix() public méthode

public idJointMatrix ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34 ) : System
m11 float
m12 float
m13 float
m14 float
m21 float
m22 float
m23 float
m24 float
m31 float
m32 float
m33 float
m34 float
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool