mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Updated box2d from 2.2.1 to 2.3.0
--HG-- branch : box2d-2.3
This commit is contained in:
@@ -136,6 +136,15 @@ public:
|
||||
**/
|
||||
void resetRestitution();
|
||||
|
||||
/**
|
||||
* Set the desired tangent speed.
|
||||
**/
|
||||
void setTangentSpeed(float speed);
|
||||
|
||||
/**
|
||||
* Get the desired tangent speed.
|
||||
**/
|
||||
float getTangentSpeed() const;
|
||||
|
||||
void getChildren(int &childA, int &childB);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user