behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Maybe it is not a bug, but it is really weird. #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In b2Body::ResetMassData() line 304

// Center the inertia about the center of mass.
m_I -= m_mass * b2Dot(center, center);

It should be "m_I += m_mass * b2Dot(center, center);"?

Original issue reported on code.google.com by Tapir....@gmail.com on 17 May 2011 at 8:56

GoogleCodeExporter commented 9 years ago
sorry, I misunderstood it.
It is not a bug.

Original comment by Tapir....@gmail.com on 18 May 2011 at 3:05

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 26 Jun 2011 at 6:50