Is there a fast tetrahedron-tetrahedron collision detection algorithm, which returns the point of collision too?

481 Views Asked by At

I'm writing a 3D game engine, and the current collision detection doesn't return the point of collision. Is there any fast collision detection algorithm for tetrahedra (or maybe 3D triangle), that returns the point of collision?

0

There are 0 best solutions below