| 72 | void setRotation(const Matrix3r& r) { m_rotation = r; } |
| 73 | const Real getVelocity() const { return m_velocity; } |
| 74 | void setVelocity(const Real v) { m_velocity = v; } |
| 75 | const unsigned int getObjectId() const { return m_objectId; } |
| 76 | void setObjectId(const unsigned int v) { m_objectId = v; } |
| 77 | }; |
no outgoing calls
no test coverage detected