Click or drag to resize

QuaternionCreateFromYawPitchRoll(Double, Double, Double) Method

Creates a new Quaternion from the specified yaw, pitch and roll angles.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static Quaternion CreateFromYawPitchRoll(
	double yaw,
	double pitch,
	double roll
)

Parameters

yaw  Double
Yaw around the y axis in radians.
pitch  Double
Pitch around the x axis in radians.
roll  Double
Roll around the z axis in radians.

Return Value

Quaternion
A new quaternion from the concatenated yaw, pitch, and roll angles.
See Also