CADability dotNET

The GeoPoint2D type exposes the following members.

Constructors

  NameDescription
Public methodGeoPoint2D(array<GeoPoint2D>[]()[][])
Constructs a ne GeoPoint at the geometric middle of the provided points
Public methodGeoPoint2D(Double, Double)
Creates a new GeoPoint2D with the given components
Public methodGeoPoint2D(GeoPoint2D, GeoPoint2D)
Creates a new GeoPoint2D in the middle of the two given points
Public methodGeoPoint2D(GeoPoint2D, Double, Angle)
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D c
Public methodGeoPoint2D(GeoPoint2D, Double, Double)
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D p

Methods

  NameDescription
Public methodStatic memberArea
Public methodStatic memberCenter
Public methodEquals (Overrides ValueType..::..Equals(Object).)
Public methodGetHashCode (Overrides ValueType..::..GetHashCode()()()().)
Public methodGetObjectData
Public methodIsLeftOf
Returns true, if this point is left of the given line.
Public methodToString (Overrides ValueType..::..ToString()()()().)
Public methodToVector
Returns a 2d vector that points to this point from the origin

Operators

  NameDescription
Public operatorStatic memberAddition
Returns the 2D point which is the offset of v from p.
Public operatorStatic memberBitwiseOr
Returns the distance of the two points
Public operatorStatic memberDivision
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Public operatorStatic memberSubtraction(GeoPoint2D, GeoPoint2D)
Public operatorStatic memberSubtraction(GeoPoint2D, GeoVector2D)

Fields

  NameDescription
Public fieldStatic memberCompareX
Public fieldStatic memberOrigin
Public fieldx
x-component
Public fieldy
y-component

Properties

  NameDescription
Public propertyPointF

See Also