Calculate the mass information of the shape.
@override void calculateMassInfo(MassInfo out) { double inertia = 0; out.inertia.setValues(inertia, 0, 0, 0, inertia, 0, 0, 0, inertia); }