C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / YawPitchRoll Method
The angle of rotation, in radians, around the Y axis.
The angle of rotation, in radians, around the X axis.
The angle of rotation, in radians, around the Z axis.

In This Topic
YawPitchRoll Method
In This Topic
Creates a rotation matrix from the specified yaw, pitch, and roll.
Syntax
'Declaration
 
Public Shared Function YawPitchRoll( _
   ByVal yaw As System.Single, _
   ByVal pitch As System.Single, _
   ByVal roll As System.Single _
) As Matrix4x4
 

Parameters

yaw
The angle of rotation, in radians, around the Y axis.
pitch
The angle of rotation, in radians, around the X axis.
roll
The angle of rotation, in radians, around the Z axis.

Return Value

The rotation matrix.
See Also