Missing interface for b2Shape.ComputeMass
#67
Labels
missing feature
A missing feature that is expected to exist
b2Shape.ComputeMass
#67
The functionality of
b2Shape.ComputeMass
should be exposed in Box2DShape.Implement as:
Vector2 Box2DShape::get_center_of_mass()
real_t Box2DShape::get_mass(real_t density)
Optionally, we could also redundantly expose this in Box2DFixture (without the density parameter).
The text was updated successfully, but these errors were encountered: