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
Extend each of the 2N sides to infinity
Find the intersection of every side of Polygon1 to
every side of PG2. Determine if this is on the extension
or not
etc...etc