RFDrawTools.GLRotate



Your Ad Here

Description

Computes a new rotation matrix performing a rotation of specified angle degrees about a specified vector and multiplies the current model transform matrix by the rotation matrix.

Syntax

Sub RFDrawTools.GLRotate(angle As Single, x As Single, y As Single, z As Single)

The GLRotate syntax has these parts:

Part Description
angle [INSingle Required. Angle of rotation in degrees.
x [INSingle Required. X coordinate of the rotation axis.
y [INSingle Required. Y coordinate of the rotation axis.
z [INSingle Required. Z coordinate of the rotation axis.

Remarks

Note

Return to Rapidform Index


Your Ad Here