Content deleted Content added
Timmeredgar (talk | contribs) dash works better than hyphen here |
|||
Line 13:
If there are no intersections then one of three situations exist:
# A is inside B
# B is inside A
# A and B do not overlap
A list of inbound intersections is then generated. Each intersection in the list is then followed clockwise around the linked lists until the start position is found. One or more concave polygons may produce more than one intersecting polygon. Convex polygons will only have one intersecting polygon.
|