FQuaternionToAxisAngle Method
Return the arbitrary axis vector and associated angle from the
caller's quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector4 ToAxisAngle(
FQuaternion quaternion
)
Public Shared Function ToAxisAngle (
quaternion As FQuaternion
) As FVector4
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to inspect.
FVector4
Reference to a four dimensional vector where X, Y, and Z represent
the axis in space and W represents the angle at which that axis
is twisted.