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 | [IN] Single Required. Angle of rotation in degrees. |
| x | [IN] Single Required. X coordinate of the rotation axis. |
| y | [IN] Single Required. Y coordinate of the rotation axis. |
| z | [IN] Single Required. Z coordinate of the rotation axis. |
Remarks
Note