Methods_T_Rhino_Geometry_Point3f - mcneel/rhinocommon-api-docs GitHub Wiki

Point3f Methods

The Point3f type exposes the following members.

Methods

 

Name Description
Public method CompareTo Compares this Point3f with another Point3f. Component evaluation priority is first X, then Y, then Z.
Public methodCode example DistanceTo Computes the distance between two points.
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 Point3f and has the same values as the present point. (Overrides ValueType.Equals(Object).)
Public method Equals(Point3f) Determines whether the specified Point3f has the same values as the present point.
Public method GetHashCode Computes a hash code for the present point. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member Subtract Subtracts a point from another point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise)
Public method ToString Constructs the string representation for the current point. (Overrides ValueType.ToString().)
Public method Transform Transforms the present point in place. The transformation matrix acts on the left of the point. i.e., result = transformation*point
  Back to Top

See Also

Reference

Point3f Structure
Rhino.Geometry Namespace

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