Description:

Reverses this vector in place (reverses the direction). If this vector is Invalid, no changes will occur and False will be returned.

Syntax:
public bool Reverse()
Returns:
Type: bool
True on success or False if the vector is invalid.
Remarks:
Similar to Negate , that is only provided for CLR language compliance.
Available since:
5.0

Reverse method

Class:  Rhino.Geometry.Vector3d

Nothing found