Tesla Graphics Engine Documentation (January 2012)
FromEulerAngles Method (yaw, pitch, roll)
TeslaTesla.MathMatrixFromEulerAngles(Single, Single, Single)
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 Matrix FromEulerAngles(
	float yaw,
	float pitch,
	float roll
)
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
Return Value
Rotation matrix

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