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 translation, usually in meters.
**/
float getTranslation() const;
float getJointTranslation() const;
/**
* Get the current joint translation speed, usually in meters per second.
**/
float getSpeed() const;
float getJointSpeed() const;
/**
* Enable/disable the joint motor.