QuaternionUnaryNegation Operator |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Quaternion operator -(
Quaternion coordinates
)
Public Shared Operator - (
coordinates As Quaternion
) As Quaternion
public:
static Quaternion operator -(
Quaternion coordinates
)
static let inline (-)
coordinates : Quaternion : Quaternion
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesQuaternion
The set of coordinates.
Return Value
Type:
QuaternionThe result of negating the elements of the original
Quaternion.
See Also