Add Body:getWorldPoints, basically for use with PolygonShape:getPoints to facilitate easier drawing

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 03:39:21 -04:00
parent 08f894a98e
commit a0c0fd8387
4 changed files with 34 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ namespace box2d
int w_Body_setType(lua_State * L);
int w_Body_getWorldPoint(lua_State * L);
int w_Body_getWorldVector(lua_State * L);
int w_Body_getWorldPoints(lua_State * L);
int w_Body_getLocalPoint(lua_State * L);
int w_Body_getLocalVector(lua_State * L);
int w_Body_getLinearVelocityFromWorldPoint(lua_State * L);