mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Update Joint APIs
--HG-- branch : box2d-update
This commit is contained in:
@@ -87,8 +87,9 @@ namespace box2d
|
||||
|
||||
/**
|
||||
* Get the current motor torque, usually in N-m.
|
||||
* @param inv_dt The inverse timestep.
|
||||
**/
|
||||
float getMotorTorque() const;
|
||||
float getMotorTorque(float inv_dt) const;
|
||||
|
||||
/**
|
||||
* Enable/disable the joint limit.
|
||||
|
||||
Reference in New Issue
Block a user