Reverses this vector in place (reverses the direction).
If this vector is Invalid, no changes will occur and false will be returned.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
SyntaxPublic Function Reverse As Boolean
Return Value
Type:
Booleantrue on success or false if the vector is invalid.
RemarksSimilar to
Negate, that is only provided for CLR language compliance.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also