QuaternionRotationYawPitchRollDegrees Method |
Form a rotation
Quaternion 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: 10.0.7983.28765
Syntaxpublic static Quaternion RotationYawPitchRollDegrees(
double yaw,
double pitch,
double roll
)
Parameters
- yaw
- Type: SystemDouble
Yaw in degrees - pitch
- Type: SystemDouble
Pitch in degrees - roll
- Type: SystemDouble
Roll in degrees
Return Value
Type:
QuaternionResulting rotation
Quaternion
See Also