FQuaternionNegate Method

Return a negated version of the supplied quaternion.

Definition

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

Parameters

quaternion  FQuaternion
Reference to the quaternion to inspect.

Return Value

FQuaternion
Reference to a newly created quaternion representing the negated contents of the caller's value, if legitimate.

See Also