Methods_T_Rhino_Geometry_Vector2f - mcneel/rhinocommon-api-docs GitHub Wiki

Vector2f Methods

The Vector2f type exposes the following members.

Methods

 

Name Description
Public method CompareTo Compares this Vector2f with another Vector2f. Components evaluation priority is first X, then Y.
Public method EpsilonEquals Check that all values in other are withing epsilon of the values in this
Public method Equals(Object) Determines whether the specified System.Object is a Vector2f and has the same values as the present vector. (Overrides ValueType.Equals(Object).)
Public method Equals(Vector2f) Determines whether the specified vector has the same values as the present vector.
Public method GetHashCode Computes a hash number that represents the current vector. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member Multiply Multiplies two Vector2f together, returning the dot (internal) product of the two. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Public method ToString Constructs the string representation of the current vector. (Overrides ValueType.ToString().)
  Back to Top

See Also

Reference

Vector2f Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️