Implmented a few 'missing methods' in love.physics.

This commit is contained in:
rude
2010-01-31 14:24:22 +01:00
parent c269430981
commit 67e10b64f9
8 changed files with 75 additions and 1 deletions
+7
View File
@@ -214,6 +214,13 @@ namespace box2d
**/
void setMass(float x, float y, float m, float i);
/**
* Sets the inertia while keeping the other properties
* (mass and local center).
* @param i The inertia.
**/
void setInertia(float i);
/**
* Sets the Body's angular damping.
**/