CADability dotNET

The GeoPoint type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCenter
Creates a new GeoPoint at the center of the points provided in the parameter list.
Public methodDistance
Returns the distance from this point to the given point.
Public methodEquals
Overrides object.Equals
(Overrides ValueType..::..Equals(Object).)
Public methodGetHashCode
Overrides object.GetHashCode()
(Overrides ValueType..::..GetHashCode()()()().)
Public methodTo2D
returns a 2-dimensional point by ommiting the z-component.
Public methodToPointF
Returns this point modified by ModOp m as a System.Drawing.PointF
Public methodToString
Overrides object.ToString()
(Overrides ValueType..::..ToString()()()().)
Public methodToVector
Returns the vector that points from the origin to this point

Explicit Interface Implementations

See Also