MatrixRotationYawPitchRollDegrees Method (Double, Double, Double) |
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 RotationYawPitchRollDegrees(
double yaw,
double pitch,
double roll
)
Parameters
- yaw
- Type: SystemDouble
Yaw in radians - pitch
- Type: SystemDouble
Pitch in radians - roll
- Type: SystemDouble
Roll in radians
Return Value
Type:
MatrixResulting rotation
Matrix
See Also