Quaternion.UnaryNegation Operator |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Quaternion
The set of coordinates.
Return Value
Type:
QuaternionThe result of negating the elements of the original
Quaternion.
See Also