Click or drag to resize

Point3 Methods

The Point3 type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
compares two points.
Public methodDistanceTo
Get distance to point.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point3)
test whether another point is equal to this point
Public methodGetHashCode
generate hash-code for the point
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Public methodTransform
Transform point.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
Convert karamba point to rhino Point3d.
(Defined by GeometryExtensions.)
Top
See Also