RFDrawTools.GLTranslate



Your Ad Here

Description

Computes a new translate matrix performing the translation specified x,y, and z vector and multiplies the current model transform matrix by the transformation matrix.

Syntax

Sub RFDrawTools.GLTranslate(x As Single, y As Single, z As Single)

The GLTranslate syntax has these parts:

Part Description
x [INSingle Required. X coordinate of translation vector.
y [INSingle Required. Y coordinate of translation vector.
z [INSingle Required. Z coordinate of translation vector.

Remarks

Note

Return to Rapidform Index


Your Ad Here