Method | Description | |
---|---|---|
GetTranslate ( this matrix ) : vec3 |
Gets translate factor in specified matrix.
|
|
ToQuaternion ( this matrix ) : |
Gets rotate factor in specified matrix. vec4.w means angle in radius, (vec4.x, vec4.y, vec4.z) means rotation axis.
|
public static GetTranslate ( this matrix ) : vec3 | ||
matrix | this | |
return | vec3 |
public static ToQuaternion ( this matrix ) : |
||
matrix | this | |
return |