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


void
Matrix function

slRotX

Add rotation around the X axis to the current matrix

Format

void slRotX(angx) ANGLE angx ;

Parameter

angx rotation angle value about X

Function

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

Return value

None

Reference: Chapter 4 Coordinate transformation

slRotX


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