It would be really nice if we can get the x and y for the center of mass of an physic body.
Section 6.4 - http://box2d.org/manual.pdf
const b2Vec2& GetWorldCenter() const;
const b2Vec2& GetLocalCenter() const;
I’ve also posted a feature request:
Thank you guys!