Remove getters/setters for frequency from Physics joints

This commit is contained in:
Jack Robinson
2022-11-02 19:41:49 +13:00
parent cd52af20a7
commit a37803507f
14 changed files with 132 additions and 329 deletions
-20
View File
@@ -56,26 +56,6 @@ public:
**/
float getLength() const;
/**
* Sets the response speed. Independent of mass
**/
void setFrequency(float hz);
/**
* Gets the response speed. Independent of mass
**/
float getFrequency() const;
/**
* Set the spring damping ratio. Independent of mass
**/
void setDampingRatio(float ratio);
/**
* Get the spring damping ratio. Independent of mass
**/
float getDampingRatio() const;
/**
* Sets the response speed. Dependent of mass
**/