Tesla Graphics Engine Documentation (January 2012)
FromScale Method (scale, result)
TeslaTesla.MathMatrixFromScale(Single, Matrix%)
Creates a scaling matrix from the supplied scaling value for uniform scale.
Declaration Syntax
C#
public static void FromScale(
	float scale,
	out Matrix result
)
Parameters
scale (Single)
Scaling value for x,y,z axes
result (Matrix%)
Existing matrix to hold result

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