Return to previous page | Return to menu | Go to next page


void
Matrix function

slRotY

Add rotation around the Y axis to the current matrix

Format

void slRotY(angy)
ANGLE angy ;

Parameter

angy rotation angle value with respect to Y axis

Function

Multiply the current matrix by the rotation matrix around the Y axis.
The rotation matrix is ​​represented as shown below.

Return value

None

Reference: Chapter 4 Coordinate transformation

slRotY


Return to previous page | Return to menu | Go to next page