Property | Type | Description | |
---|---|---|---|
Identity | |||
Zero |
Method | Description | |
---|---|---|
Determinant ( ) : float | ||
FromAxisAngle ( |
||
FromEulers ( float roll, float pitch, float yaw ) : void | ||
FromQuaternion ( |
||
FromRotationX ( float radians ) : void | ||
FromRotationY ( float radians ) : void | ||
FromRotationZ ( float radians ) : void | ||
FromScale ( |
||
FromTranslation ( |
||
FromWorld ( |
||
GetEulerAngles ( float &roll, float &pitch, float &yaw ) : void | ||
GetHashCode ( ) : int | ||
GetQuaternion ( ) : |
||
Matrix4f ( |
||
Matrix4f ( Vector4f r0, Vector4f r1, Vector4f r2, Vector4f r3 ) : System | ||
Matrix4f ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44 ) : System | ||
Negate ( ) : void | ||
ToString ( ) : string |
Get a formatted string representation of the vector
|
|
Trace ( ) : float | ||
Transform ( |
||
Transpose ( ) : |
||
operator ( ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
this ( int row ) : Vector4f | ||
this ( int row, int column ) : float |
public FromAxisAngle ( |
||
axis | ||
angle | float | |
return | void |
public FromEulers ( float roll, float pitch, float yaw ) : void | ||
roll | float | |
pitch | float | |
yaw | float | |
return | void |
public FromQuaternion ( |
||
quaternion | ||
return | void |
public FromRotationX ( float radians ) : void | ||
radians | float | |
return | void |
public FromRotationY ( float radians ) : void | ||
radians | float | |
return | void |
public FromRotationZ ( float radians ) : void | ||
radians | float | |
return | void |
public FromTranslation ( |
||
position | ||
return | void |
public FromWorld ( |
||
position | ||
forward | ||
up | ||
return | void |
public GetEulerAngles ( float &roll, float &pitch, float &yaw ) : void | ||
roll | float | |
pitch | float | |
yaw | float | |
return | void |
public Matrix4f ( Vector4f r0, Vector4f r1, Vector4f r2, Vector4f r3 ) : System | ||
r0 | Vector4f | |
r1 | Vector4f | |
r2 | Vector4f | |
r3 | Vector4f | |
return | System |
public Matrix4f ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44 ) : 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 | |
m41 | float | |
m42 | float | |
m43 | float | |
m44 | float | |
return | System |
public Transform ( |
||
rotation | ||
return |
public static Matrix4f,Mono.Simd.Math Identity | ||
return |