Return to previous page | Return to menu | Go to next page
void
Matrix function
Specify Sin and Cos to add rotation around the Z axis
void slRotZSC(sn , cs)
FIXED sn ;
FIXED cs ;
sn Rotation angle value for Z axis after Sin conversion cs Rotation angle value for Z axis after Cos conversion
Specify Sin and Cos and add rotation around the Z axis.
The rotation matrix is represented as shown below.
None
Note) cs and sn are parameter substitution values.
Reference: Chapter 4 Coordinate transformation
slRotZSC