Add basic EdgeShape (todo: all edge-related functionality) and further integrated the new Joints

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-04 13:21:57 -04:00
parent 551cf591e2
commit 7ec64bf912
13 changed files with 384 additions and 156 deletions
+1 -4
View File
@@ -44,10 +44,7 @@ namespace box2d
{
return shape->m_radius;
}
/**
* Gets the radius for the circle.
**/
void CircleShape::setRadius(float r)
{
shape->m_radius = r;