コード例 #1
0
 public bool Intersects(IntPolygon polygon, out List <IntSegment2> intersections)
 {
     return(Intersection.IntPolygonToIntPolygon(this, polygon, out intersections));
 }
コード例 #2
0
 public bool Intersects(IntPolygon polygon)
 {
     return(Intersection.IntPolygonToIntPolygon(this, polygon));
 }