FQuaternionFromEuler Method

Return the reference to a quaternion that has been created from a vector with Tait-Euler angles.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion FromEuler(
	FVector3 euler
)

Parameters

euler  FVector3
Reference to the vector containing the Euler angles.

Return Value

FQuaternion
Reference to a newly created quaternion representing the supplied X, Y, and Z rotations, in ZYX order.

See Also