Add love.physics.getDistance(fixtureA, fixtureB) - gets the distance between and the closest points of two fixtures

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 17:29:42 -04:00
parent 3bd2316c6c
commit 680dd65c19
5 changed files with 42 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ namespace box2d
**/
class Fixture : public Object
{
friend class Physics;
protected:
Body * body;