yuehaowang / convex_hull_3d

Incremental Convex Hull Algorithm and SAT Collision Detection for 3D Objects.
15 stars 2 forks source link

Let hit_test() return hitting point?? #5

Open jiapei-nexera opened 2 years ago

jiapei-nexera commented 2 years ago

If I wanna know, where exactly in the world coordinates that two objects collide? How to provide/return that particular points' coordinates????