Vector3UnaryNegation Operator |
Negates an instance.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 operator -(
Vector3 vec
)
Parameters
- vec Vector3
- The instance.
Return Value
Vector3The result of the calculation.
See Also