FQuaternionLength Method

Return the length of the supplied quaternion.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static float Length(
	FQuaternion quaternion
)

Parameters

quaternion  FQuaternion
Reference to the quaternion whose length will be calculated.

Return Value

Single
The length of the quaternion.

See Also