Closed danbuis closed 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
Resolved in commit 046ac567a7e3eeda1f4a343e7d5ac25b91d8ca64
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