Language: Visual BasicC#C++JScript(Show All)
Matrix.RotationYawPitchRoll(Single,Single,Single) Method (Microsoft.DirectX)
Builds a matrix with a specified yaw, pitch, and roll.
Definition
Parameters
Return Value
Remarks
The order of transformations is first roll, then pitch, then yaw. Relative to the object's local coordinate axis, this is equivalent to rotation around the z-axis, followed by rotation around the x-axis, followed by rotation around the y-axis.
.gif)
See Also