Changed function names of love.physics to match Box2D.

This commit is contained in:
rude
2009-08-04 23:05:49 +02:00
parent cc9a142a98
commit 797f536f05
22 changed files with 157 additions and 236 deletions
+2 -2
View File
@@ -53,12 +53,12 @@ namespace box2d
/**
* Get the current joint angle in degrees.
**/
float getAngle() const;
float getJointAngle() const;
/**
* Get the current joint angle speed in degrees per second.
**/
float getSpeed() const;
float getJointSpeed() const;
/**
* Enable/disable the joint motor.