Click or drag to resize

UtilQuaternionToPitchYawRoll Method

Convert a Quaternion rotation into Yaw (Y rotation), Pitch (X rotation) and Roll (Z rotation) values.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 QuaternionToPitchYawRoll(
	Quaternion input
)

Parameters

input
Type: Microsoft.DirectXQuaternion
Input Quaternion.

Return Value

Type: Vector3
Output Vector3.
See Also