Tesla Graphics Engine Documentation (January 2012)
FromRotationY Method (radians, result)
TeslaTesla.MathMatrixFromRotationY(Single, Matrix%)
Creates a matrix that represents a rotation around the y-axis.
Declaration Syntax
C#
public static void FromRotationY(
	float radians,
	out Matrix result
)
Parameters
radians (Single)
Angle to rotate, in radians
result (Matrix%)
Existing matrix to hold result

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