Fix a lot of scaling issues

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-29 11:09:08 -04:00
parent d4703960a4
commit c5cd6d709b
7 changed files with 27 additions and 25 deletions
+2 -2
View File
@@ -76,12 +76,12 @@ namespace box2d
void setMaxMotorTorque(float torque);
/**
* Sets the motor speed in degrees per second.
* Sets the motor speed in radians per second.
**/
void setMotorSpeed(float speed);
/**
* Gets the motor speed in degrees per second.
* Gets the motor speed in radians per second.
**/
float getMotorSpeed() const;