MatrixRotationYawPitchRoll Method (Single, Single, Single) |
Form a rotation
Matrix from Yaw (Y-Axis rotation), Pitch (X-Axis rotation) and Roll (Z-Axis rotation)
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static Matrix RotationYawPitchRoll(
float yaw,
float pitch,
float roll
)
Parameters
- yaw
- Type: SystemSingle
Yaw in radians - pitch
- Type: SystemSingle
Pitch in radians - roll
- Type: SystemSingle
Roll in radians
Return Value
Type:
MatrixResulting rotation
Matrix
See Also