inline newly added function save 60Bytes

This commit is contained in:
kamilritz 2019-12-19 17:27:34 +01:00 committed by Paul Riseborough
parent be11516dd6
commit de58ab9167
1 changed files with 4 additions and 3 deletions

View File

@ -566,9 +566,10 @@ protected:
// calculate the inverse rotation matrix from a quaternion rotation
Matrix3f quat_to_invrotmat(const Quatf &quat);
void setDragData();
inline void setDragData();
inline void computeVibrationMetric();
inline bool checkIfVehicleAtRest(float dt);
void computeVibrationMetric();
bool checkIfVehicleAtRest(float dt);
void printBufferAllocationFailed(const char * buffer_name);
};