FQuaternionMagnitudeSquared Method

Return the magnitude of the quaternion squared.

Definition

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

Parameters

quaternion  FQuaternion
Reference to the quaternion to inspect.

Return Value

Single
The magnitude of the supplied quaternion squared.

See Also