Hello,
I didn’t find much that could help me using the search function, so maybe somebody can just point me to the right place.
I can’t find anything in Java for doing 2D polygon intersection. I want to be able to rotate the baddies on the screen, and do intersection/collision tests with bounding boxes/polygonal hit boxes. I was hoping that there is something burried in Java 1.5 that I don’t know of yet.
I could get away with using simple rectangles, as long as they can be rotated.
Thanks guys. I havn’t posted here in a LONG time, but I always find something useful when I need it.