Add PrismaticJoint:getMaxMotorForce

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-29 11:14:42 -04:00
parent 53cdd0ea7d
commit fa58c87605
6 changed files with 21 additions and 2 deletions
@@ -91,6 +91,11 @@ namespace box2d
**/
float getMotorForce(float inv_dt) const;
/**
* Get the maximum motor force, usually in N.
**/
float getMaxMotorForce() const;
/**
* Enable/disable the joint limit.
**/