Java Video Tutorial 54 Java Polygon Collision Detection

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=8KNwjOsdn8I



Category:
Tutorial
Duration: 7:42
37,287 views
162


Get Everything Here: http://goo.gl/JmTrs

I've been asked many times to create a program that handles Java collision detection with polygons. This is a continuation of my tutorial on how to make a Java video game and if you haven't been watching you should check it out.

It is surprisingly easy to handle collision detection with polygons. All you have to do is surround all of your polygons with rectangles and a handy dandy method named intersects handles pretty much everything else!







Tags:
collision detection
Java collision detection
Polygon Collision Detection