FQuaternionMagnitudeSquared Method
Return the magnitude of the quaternion squared.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static float MagnitudeSquared(
FQuaternion quaternion
)
Public Shared Function MagnitudeSquared (
quaternion As FQuaternion
) As Single
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to inspect.
Single
The magnitude of the supplied quaternion squared.