Fix cylinder inertia tensor computation.

This commit is contained in:
Crozet Sébastien
2020-10-13 18:39:45 +02:00
parent faec3d5d46
commit 8ee3c703d6
3 changed files with 41 additions and 33 deletions

View File

@@ -23,6 +23,7 @@ mod mass_properties;
mod mass_properties_ball;
mod mass_properties_capsule;
mod mass_properties_cuboid;
mod mass_properties_cylinder;
#[cfg(feature = "dim2")]
mod mass_properties_polygon;
mod rigid_body;