FQuaternionSetIdentity Method

Clear the contents of the provided quaternion, setting its value to that of identity.

Definition

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

Parameters

quaternion  FQuaternion
Reference to the quaternion to reset.

Remarks

This method bypasses events in this version.

See Also