Tesla Graphics Engine Documentation (January 2012)
FromScale Method (x, y, z)
TeslaTesla.MathMatrixFromScale(Single, Single, Single)
Creates a scale matrix from the supplied scalars.
Declaration Syntax
C#
public static Matrix FromScale(
	float x,
	float y,
	float z
)
Parameters
x (Single)
Amount to scale along x axis
y (Single)
Amount to scale along y axis
z (Single)
Amount to scale along z axis
Return Value
Resulting scale matrix

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