Skip to content

Fix argument order of calcInteria in Sphere constructor.

Felix Winterhalter requested to merge fix-sphere-moment-of-inertia into master

calcInertia of Sphere is called with the wrong argument order. The sphere moment of inertia is completely wrong.

Merge request reports