FQuaternionFromPitchRollYaw Method

Return the reference to a quaternion that has been created from pitch, roll, and yaw navigational values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion FromPitchRollYaw(
	float pitch,
	float roll,
	float yaw
)

Parameters

pitch  Single
The angle of pitch, in radians.
roll  Single
The angle of roll, in radians.
yaw  Single
The angle of yaw, in radians.

Return Value

FQuaternion
Reference to a newly created quaternion representing the supplied pitch, roll, and yaw values (XYZ ordering).

See Also