Polygon intersection
Polygon intersection
(OP)
Does anyone know a source for geometric solutions,
either as a called library DLL or the acutal formula/solution?
ie; Resulting polygon vertices resulting from the intersection of two 2d polygons
either as a called library DLL or the acutal formula/solution?
ie; Resulting polygon vertices resulting from the intersection of two 2d polygons





RE: Polygon intersection
Find the intersection of every side of Polygon1 to
every side of PG2. Determine if this is on the extension
or not
etc...etc
Plesae read FAQ240-1032
My WEB: <http://geocities.com/nbucska/>
RE: Polygon intersection