Change WheelJoint:get/setSpringFrequencyHz to get/setSpringFrequency

This commit is contained in:
Bill Meltsner
2012-02-06 10:32:33 -05:00
parent 20f4e567b3
commit 57dabc9f89
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -101,12 +101,12 @@ namespace box2d
* Set the spring frequency, in hertz. Setting the frequency to 0
* disables the spring.
**/
void setSpringFrequencyHz(float hz);
void setSpringFrequency(float hz);
/**
* Get the spring frequency, in hertz.
**/
float getSpringFrequencyHz() const;
float getSpringFrequency() const;
/**
* Set the spring damping ratio.