It would be really great to be able to get the mass value of an object, as defined in the Box2D documentation…
Section 7.4 - http://box2d.org/manual.pdf
float32 GetMass() const;
This would allow developers to provide their own calculations for other purposes, without requiring taxing the Corona team for complex operations which we could code ourselves.