exposed new Shape functions

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 15:31:09 -04:00
parent e5fa4c87c6
commit d8f3db6682
7 changed files with 165 additions and 3 deletions
@@ -51,6 +51,12 @@ namespace box2d
{ "setRadius", w_CircleShape_setRadius },
// From Shape.
{ "getType", w_Shape_getType },
{ "getRadius", w_Shape_getRadius },
{ "getChildCount", w_Shape_getChildCount },
{ "testPoint", w_Shape_testPoint },
{ "rayCast", w_Shape_rayCast },
{ "computeAABB", w_Shape_computeAABB },
{ "computeMass", w_Shape_computeMass },
{ "destroy", w_Shape_destroy },
{ 0, 0 }
};