Ejemplo n.º 1
0
 public bool Intersects(IntPolygon polygon, out List <IntSegment2> intersections)
 {
     return(Intersection.IntPolygonToIntPolygon(this, polygon, out intersections));
 }
Ejemplo n.º 2
0
 public bool Intersects(IntPolygon polygon)
 {
     return(Intersection.IntPolygonToIntPolygon(this, polygon));
 }