Expand description
Continuous collision detection algorithms
This module provides algorithms for detecting collisions between moving objects over a time interval, rather than just testing for overlap at a specific moment.
Functionsยง
- continuous_
box3d_ box3d_ collision - Tests if a moving box collides with a static box within a time step
- continuous_
circle_ circle_ collision - Tests if a moving circle will collide with a static circle within a time step
- continuous_
point_ triangle3d_ collision - Tests if a moving point will collide with a static triangle within a time step
- continuous_
sphere_ sphere_ collision - Tests if two moving spheres will collide within a time step
- continuous_
sphere_ triangle3d_ collision - Tests if a moving sphere collides with a static triangle within a time step
- continuous_
triangle3d_ sphere_ collision - Tests if a moving triangle collides with a static sphere within a time step