Tesla Graphics Engine Documentation (January 2012)
FromEulerAngles Method (yaw, pitch, roll, result)
TeslaTesla.MathMatrixFromEulerAngles(Single, Single, Single, Matrix%)
Creates a rotation matrix from the corresponding yaw, pitch, and roll angles. The order of the angles are applied in that order.
Declaration Syntax
C#
public static void FromEulerAngles(
	float yaw,
	float pitch,
	float roll,
	out Matrix result
)
Parameters
yaw (Single)
Angle to rotate about the y-axis
pitch (Single)
Angle to rotate about the x-axis
roll (Single)
Angle to rotate about the z-axis
result (Matrix%)
Existing matrix to hold result

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