Click or drag to resize

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: 19.00.00
Syntax
C#
public static Quaternion RotationYawPitchRollDegrees(
	double yaw,
	double pitch,
	double roll
)

Parameters

yaw  Double
Yaw in degrees
pitch  Double
Pitch in degrees
roll  Double
Roll in degrees

Return Value

Quaternion
Resulting rotation Quaternion
See Also