RFDrawTools.GLScale



Your Ad Here

Description

Computes a new scale matrix performing a scaling along the x,y and z axes and multiplies the current model transform matrix by the scale matrix.

Syntax

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

The GLScale syntax has these parts:

Part Description
x [INSingle Required. Scale factor along the X axis.
y [INSingle Required. Scale factor along the Y axis.
z [INSingle Required. Scale factor along the Z axis.

Remarks

Note

Return to Rapidform Index


Your Ad Here