aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/mass_properties.rs
AgeCommit message (Collapse)Author
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-12-02Fix a bug when applying the parallel axis theorem to the angular inertia ↵Crozet Sébastien
matrix is incorrect if the mass is zero.
2020-11-03Add more details to the MassProperties constructors comments.Crozet Sébastien
2020-11-03Add the ability to set the mass and mass properties of the rigid-body built ↵Crozet Sébastien
with the RigidBodyBuilder
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-09-01Take local inertial frame into accound for abs comparison of MassProperties.Sébastien Crozet
2020-09-01Mass properties: add a max number of iterations for the local-frame rotation ↵Sébastien Crozet
computation.
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-08-31Allow the removal of a collider.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet