Module solver_body

Source
Expand description

Efficient rigid body definitions used by the performance-critical solver.

This helps improve memory locality and makes random access faster for the constraint solver.

This includes the following types:

Structsยง

InertiaFlags
Flags indicating the inertial properties of a body.
SolverBody
Optimized rigid body state that the solver operates on, designed to improve memory locality and performance.
SolverBodyFlags
Flags for SolverBody.
SolverBodyInertia
The inertial properties of a SolverBody.
SolverBodyPlugin
A plugin for managing solver bodies.