mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Changed function names of love.physics to match Box2D.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user