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


void Matrix function

slRotZ

Add rotation around the Z axis to the current matrix

Format

void slRotZ(angz)
ANGLE angz ;

Parameter

angz Rotation angle value with respect to Z axis

Function

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

Return value

None

Reference: Chapter 4 Coordinate transformation

slRotZ


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