mreinstein / collision-2d

2d collision routines
MIT License
127 stars 0 forks source link

Collision fix #15

Closed mreinstein closed 9 months ago

mreinstein commented 9 months ago

When a sphere is 0 distance from a line segment, it was failing to detect the collision. re-enabling this case from Toji's original code solves the problem.