CADability dotNET
The GeoPoint2D type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GeoPoint2D(array<GeoPoint2D>[]()[][]) |
Constructs a ne GeoPoint at the geometric middle of the provided points
| |
| GeoPoint2D(Double, Double) |
Creates a new GeoPoint2D with the given components
| |
| GeoPoint2D(GeoPoint2D, GeoPoint2D) |
Creates a new GeoPoint2D in the middle of the two given points
| |
| GeoPoint2D(GeoPoint2D, Double, Angle) |
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D c | |
| GeoPoint2D(GeoPoint2D, Double, Double) |
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D p |
Methods
| Name | Description | |
|---|---|---|
| Area | ||
| Center | ||
| Equals | (Overrides ValueType..::..Equals(Object).) | |
| GetHashCode | (Overrides ValueType..::..GetHashCode()()()().) | |
| GetObjectData | ||
| IsLeftOf |
Returns true, if this point is left of the given line.
| |
| ToString | (Overrides ValueType..::..ToString()()()().) | |
| ToVector |
Returns a 2d vector that points to this point from the origin
|
Operators
| Name | Description | |
|---|---|---|
| Addition |
Returns the 2D point which is the offset of v from p.
| |
| BitwiseOr |
Returns the distance of the two points
| |
| Division | ||
| Equality | ||
| Inequality | ||
| Subtraction(GeoPoint2D, GeoPoint2D) | ||
| Subtraction(GeoPoint2D, GeoVector2D) |
Fields
Properties
| Name | Description | |
|---|---|---|
| PointF |