Rescales the mesh in different axes.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Rescale(
	float scaleX,
	float scaleY,
	float scaleZ
)

Parameters

scaleX
Type: System..::.Single
Defines the rescale in the X axis. Value of 1 equals to the identity.
scaleY
Type: System..::.Single
Defines the rescale in the Y axis. Value of 1 equals to the identity.
scaleZ
Type: System..::.Single
Defines the rescale in the Z axis. Value of 1 equals to the identity.

See Also