Methods_T_Rhino_Geometry_Point4d - mcneel/rhinocommon-api-docs GitHub Wiki

Point4d Methods

The Point4d type exposes the following members.

Methods

 

Name Description
Public methodStatic member Add Sums two Point4d together. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
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 Point4d and has same coordinates as the present point. (Overrides ValueType.Equals(Object).)
Public method Equals(Point4d) Determines whether the specified point has same value as the present point.
Public method GetHashCode Computes the 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 Multiply Multiplies a point by a number. (Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Public methodStatic member Subtract Subtracts the second point from the first point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

Point4d Structure
Rhino.Geometry Namespace

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