MatrixRotateXYZ (RSDKv4)¶
Description¶
Rotates matrix
to angleX
, angleY
and angleZ
.
Parameters¶
matrix
-
The selected matrix for rotation, valid Matrices are
MAT_WORLD
,MAT_VIEW
, andMAT_TEMP
. angleX
,angleY
,angleZ
-
Angle of the rotation. Values are 512-based.
Return Value¶
None.