Description
Physics engines and simulation software can detect collisions between convex shapes through a small geometry library. This helps robotics, games, CAD-like tools, and motion planning know when objects intersect.
It is a collision-detection library, not a visual simulator. Correct results depend on the shapes, coordinate systems, and how the calling application handles contact data.