Click or drag to resize

UnitQuaternionUnaryNegation Operator

Negates the specified UnitQuaternion, yielding a new UnitQuaternion.

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 UnitQuaternion operator -(
	UnitQuaternion coordinates
)

Parameters

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

Return Value

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