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 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.
|
||||
|
||||
Reference in New Issue
Block a user