Click or drag to resize

Quaternion.UnaryNegation Operator

Negates the specified Quaternion, yielding a new Quaternion.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Quaternion operator -(
	Quaternion coordinates
)

Parameters

coordinates
Type: AGI.Foundation.Coordinates.Quaternion
The set of coordinates.

Return Value

Type: Quaternion
The result of negating the elements of the original Quaternion.
See Also