Yo, has anyone ever encountered a bug with the java Polygon class? When I use a Polygon, rectangles that should NOT be contained by the polygon sometimes are. When I draw the outline of the polygon, it looks just like I want it to, but it doesn’t seem to be interacting correctly with rectangles.
By the way, I already know that it could be my own mistake, so no need to suggest that. I’ve already looked at the code for hours and I’m beginning to think the problem just might lay with class Polygon itself.
Thanks.
