Click or drag to resize

QuaternionUnaryNegation Operator

Negates the specified Quaternion, yielding a new Quaternion.

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

Parameters

coordinates
Type: AGI.Foundation.CoordinatesQuaternion
The set of coordinates.

Return Value

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