Tesla Graphics Engine Documentation (January 2012)
SetScale Method (x, y, z)
TeslaTesla.MathTransformSetScale(Single, Single, Single)
Sets the transform's scaling vector with the supplied scaling factors for each axis.
Declaration Syntax
C#
public void SetScale(
	float x,
	float y,
	float z
)
Parameters
x (Single)
Scaling on x axis
y (Single)
Scaling on y axis
z (Single)
Scaling on z axis

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)