mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
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:
@@ -57,6 +57,8 @@ namespace box2d
|
||||
**/
|
||||
class Fixture : public Object
|
||||
{
|
||||
friend class Physics;
|
||||
|
||||
protected:
|
||||
|
||||
Body * body;
|
||||
|
||||
Reference in New Issue
Block a user