CADability dotNET
The GeoPoint type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds a vector (offset) to a GeoPoint
|
![]() ![]() | BitwiseOr |
Returns the distance of the two points
|
![]() ![]() | Equality |
Determins whether two GeoPoints are exactly equal. Use IsEqual(GeoPoint, GeoPoint)
if you need more control over precision.
|
![]() ![]() | Inequality |
Determins whether two GeoPoints are not equal. Use IsEqual(GeoPoint, GeoPoint)
if you need more control over precision.
|
![]() ![]() | Multiply | |
![]() ![]() | Subtraction(GeoPoint, GeoPoint) |
Returns the vector that points from p1 to p2.
|
![]() ![]() | Subtraction(GeoPoint, GeoVector) |
Subtracts a vector (offset) from a GeoPoint
|
![]() ![]() | UnaryNegation |