danbuis / BBDGamesLib

Code base to rapidly make Java based programs using OpenGL to render to the screen
0 stars 0 forks source link

PolygonIntersectPolygonPoints does not handle the same polygon well #117

Closed danbuis closed 3 years ago

danbuis commented 3 years ago

polygonA is a duplicate of polygonB

PolygonA.intersectPolygonPoints(PolygonB) should yield a list basically the same as PolygonA.points. However the 2 sets of points end up fairly jumbled, and all 8 currently end up in the output list.

Might connect with the prior issue somehow

danbuis commented 3 years ago

Resolved in commit 046ac567a7e3eeda1f4a343e7d5ac25b91d8ca64