Update header for new addAcceleration function in body
This commit is contained in:
parent
a20e88da57
commit
a124891b02
@ -30,6 +30,8 @@ public:
|
|||||||
// Setters
|
// Setters
|
||||||
void setAcceleration(const Acceleration& new_A) { A = new_A; }
|
void setAcceleration(const Acceleration& new_A) { A = new_A; }
|
||||||
|
|
||||||
|
void addAcceleration(const Acceleration& new_A);
|
||||||
|
|
||||||
// String representation
|
// String representation
|
||||||
std::string toString() const;
|
std::string toString() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user