Performs the homogenous rescale of the mesh.

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

Syntax

C#
public void Rescale(
	float scaling
)

Parameters

scaling
Type: System..::.Single
Defines the rescale. Value of 1 equals to the identity.

See Also