FQuaternionLength Method
Return the length of the supplied quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static float Length(
FQuaternion quaternion
)
Public Shared Function Length (
quaternion As FQuaternion
) As Single
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion whose length will be calculated.
Single
The length of the quaternion.