vrld / HC

General purpose collision detection library for the use with LÖVE.
http://hc.readthedocs.org/
404 stars 48 forks source link

method to return all intersections, not just the first #31

Closed Ragzouken closed 10 years ago

Ragzouken commented 10 years ago

shape:intersectionsRay takes the same arguments as shape:intersectRay but returns an unordered table of intersection t values instead of just the smallest non-zero one.

vrld commented 10 years ago

thanks!