Vector3f.Reverse Method

Vector3fReverse Method

Reverses this vector in place (reverses the direction).

If this vector contains RhinoMath.UnsetValue, the reverse will also be invalid and false will be returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Reverse()
Public Function Reverse As Boolean

Return Value

Type: Boolean
true on success or false if the vector is invalid.
Remarks
Similar to Negate, that is only provided for CLR language compliance.
See Also