Exemplo n.º 1
0
 public bool Intersects(GeoLine other, int precision, out GeoPoint intersection)
 {
     return(EarthGeo.GetIntersection(this, other, precision, out intersection));
 }