FQuaternionIsIdentity Method
Return a value indicating whether the supplied quaternion has an
identity value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static bool IsIdentity(
FQuaternion quaternion
)
Public Shared Function IsIdentity (
quaternion As FQuaternion
) As Boolean
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to inspect.
Boolean
True if the quaternion has a zero rotation value. Otherwise, false.