| zzzzrrr ( |
Convex Hull
Nice convex hull algorithm!
I'm actually using a chain hull implementation to represent the Minkowski sum for my GJK and MPR collision detection applets.
You can find them here:
http://code.google.com/p/mpr2d/
http://code.google.com/p/gjkd/
If your implementation is more efficient maybe I should think about integrating it. You can find the code in the SVN. Thoughts?
Thanks,
Mason
Nice convex hull algorithm!
I'm actually using a chain hull implementation to represent the Minkowski sum for my GJK and MPR collision detection applets.
You can find them here:
http://code.google.com/p/mpr2d/
http://code.google.com/p/gjkd/
If your implementation is more efficient maybe I should think about integrating it. You can find the code in the SVN. Thoughts?
Thanks,
Mason