프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Identity | |||
Zero |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
this ( int row ) : Vector4f | ||
this ( int row, int column ) : float |
public FromAxisAngle ( |
||
axis | ||
angle | float | |
리턴 | void |
public FromEulers ( float roll, float pitch, float yaw ) : void | ||
roll | float | |
pitch | float | |
yaw | float | |
리턴 | void |
public FromQuaternion ( |
||
quaternion | ||
리턴 | void |
public FromTranslation ( |
||
position | ||
리턴 | void |
public FromWorld ( |
||
position | ||
forward | ||
up | ||
리턴 | void |
public GetEulerAngles ( float &roll, float &pitch, float &yaw ) : void | ||
roll | float | |
pitch | float | |
yaw | float | |
리턴 | void |
public Matrix4f ( Vector4f r0, Vector4f r1, Vector4f r2, Vector4f r3 ) : System | ||
r0 | Vector4f | |
r1 | Vector4f | |
r2 | Vector4f | |
r3 | Vector4f | |
리턴 | 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 | |
리턴 | System |
public Transform ( |
||
rotation | ||
리턴 |