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