Skip to content

Methods_T_Rhino_Geometry_Vector2d

Will Pearson edited this page Aug 11, 2016 · 2 revisions

Vector2d Methods

The Vector2d type exposes the following members.

Methods

 

Name Description
Public method CompareTo Compares this Vector2d with another Vector2d. Components evaluation priority is first X, then Y.
Public method EpsilonEquals Check that all values in other are within epsilon of the values in this
Public method Equals(Object) Determines whether the specified System.Object is a Vector2d and has the same value as the present vector. (Overrides ValueType.Equals(Object).)
Public method Equals(Vector2d) Determines whether the specified vector has the same value as the present vector.
Public method GetHashCode Provides a hashing value for the present vector. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Constructs a string representation of the current vector. (Overrides ValueType.ToString().)
Public method Unitize Unitizes the vector in place. A unit vector has length 1 unit. An invalid or zero length vector cannot be unitized.
  Back to Top

See Also

Reference

Vector2d Structure
Rhino.Geometry Namespace

Clone this wiki locally