Expand description
Collision response algorithms
This module provides algorithms for calculating appropriate reactions after a collision has been detected, such as computing impulses and resolving penetration.
Structs§
- Collision
Info - Information about a collision
Functions§
- find_
sphere_ box_ collision - Finds the collision information for a sphere and a box
- find_
sphere_ triangle_ collision - Finds the collision information for a sphere and a triangle
- resolve_
sphere_ sphere_ penetration - Resolves the penetration between two spheres
- sphere_
box_ impulse - Calculates the collision response impulse for a sphere and a box
- sphere_
sphere_ impulse - Calculates the collision response impulse for two spheres