CADability dotNET

The GeoPoint type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds a vector (offset) to a GeoPoint
Public operatorStatic memberBitwiseOr
Returns the distance of the two points
Public operatorStatic memberEquality
Determins whether two GeoPoints are exactly equal. Use IsEqual(GeoPoint, GeoPoint) if you need more control over precision.
Public operatorStatic memberInequality
Determins whether two GeoPoints are not equal. Use IsEqual(GeoPoint, GeoPoint) if you need more control over precision.
Public operatorStatic memberMultiply
Public operatorStatic memberSubtraction(GeoPoint, GeoPoint)
Returns the vector that points from p1 to p2.
Public operatorStatic memberSubtraction(GeoPoint, GeoVector)
Subtracts a vector (offset) from a GeoPoint
Public operatorStatic memberUnaryNegation

See Also