smpoulsen / collision

A library for creating, manipulating, and detecting and resolving collisions between polygons.
BSD 2-Clause "Simplified" License
16 stars 2 forks source link

Polygon triangulation #19

Open smpoulsen opened 8 years ago

smpoulsen commented 8 years ago

To improve on collision detection for concave polygons, use triangulation instead of a convex hull.

smpoulsen commented 8 years ago

Test