diff --git a/include/hpp/fcl/shape/geometric_shapes.h b/include/hpp/fcl/shape/geometric_shapes.h index 60695874f7137f9d9e1de29fe60db1d213b4bbd0..f08d474107b419ed53016672c3b018d8e426a09b 100644 --- a/include/hpp/fcl/shape/geometric_shapes.h +++ b/include/hpp/fcl/shape/geometric_shapes.h @@ -214,7 +214,6 @@ public: return boost::math::constants::pi<FCL_REAL>() * radius * radius * (halfLength * 2) / 3; } - /// \todo verify this formula as it seems different from https://en.wikipedia.org/wiki/List_of_moments_of_inertia#List_of_3D_inertia_tensors Matrix3f computeMomentofInertia() const { FCL_REAL V = computeVolume();