Click or drag to resize

QuaternionCreateFromYawPitchRoll Method

Creates a new Quaternion from the given yaw, pitch, and roll, in radians.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Quaternion CreateFromYawPitchRoll(
	double yaw,
	double pitch,
	double roll
)

Parameters

yaw
Type: SystemDouble
The yaw angle, in radians, around the Y-axis.
pitch
Type: SystemDouble
The pitch angle, in radians, around the X-axis.
roll
Type: SystemDouble
The roll angle, in radians, around the Z-axis.

Return Value

Type: Quaternion

[Missing <returns> documentation for "M:Karamba.Geometry.Quaternion.CreateFromYawPitchRoll(System.Double,System.Double,System.Double)"]

See Also