Method IsOverlap
IsOverlap(Polygon2D, Polygon2D)
Tests whether two polygons overlap.
public static bool IsOverlap(Polygon2D polygon0, Polygon2D polygon1)
Parameters
Returns
Remarks
Overlap is detected by checking whether either polygon contains a vertex of the other, then by testing every edge pair for segment intersection.