FQuaternionUnaryNegation Operator

Return the result of the caller's quaternion values negated.

Definition

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

Parameters

quaternion  FQuaternion
Reference to a quaternion to negate.

Return Value

FQuaternion
Reference to a newly created quaternion where the values from the original object have been negated.

See Also