CADability dotNET
Overload List
Name | Description | |
---|---|---|
![]() | GeoPoint(array<GeoPoint>[]()[][]) |
Constructs a ne GeoPoint at the geometric middle of the provided points
|
![]() | GeoPoint(GeoPoint2D) |
Creates a GeoPoint with the z-coordinate 0.0 and x,y set to p.x,p.y
|
![]() | GeoPoint(Double, Double) |
Constructs a new GeoPoint with given x and y components, z-component will be 0.0
|
![]() | GeoPoint(SerializationInfo, StreamingContext) |
Constructor for ISerializable
|
![]() | GeoPoint(GeoPoint, GeoPoint) |
Constructs a new GeoPoint in the middle between two other GeoPoints
|
![]() | GeoPoint(GeoPoint2D, Double) | Initializes a new instance of the GeoPoint class |
![]() | GeoPoint(Double, Double, Double) |
Constructs a new GeoPoint with given x, y and z components.
|
![]() | GeoPoint(GeoPoint, Double, Double, Double) |
Constructs a new GeoPoint as on offset from an existing GeoPoint.
|