RhinoCommon API
Vector3fNegate Method |
Computes the reversed vector.
(Provided for languages that do not support operator overloading. You can use the - unary operator otherwise)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Vector3f Negate( Vector3f vector )
Public Shared Function Negate ( vector As Vector3f ) As Vector3f
Parameters
- vector
- Type: Rhino.GeometryVector3f
A vector to negate.
Return Value
Type: Vector3fA new vector where all components were multiplied by -1.

This is similar to Reverse(), but is static for CLR compliance, and with default name.

Rhino for Windows
Supported in: 6.8