Skip to main content

All Questions

2votes
1answer
4kviews

The intersection of two polygons in C++

I implemented the intersection of two (convex) polygons in C++. It finds the polygon in the intersection like in this image. Looking for any and all feedback. I left the logic for line intersection ...
James Cagalawan's user avatar

close