This commit is contained in:
Marc-Eric Martel
2021-10-26 17:28:37 -04:00
parent fbf2e8858e
commit c3c432c369
14 changed files with 410 additions and 60 deletions

View File

@@ -13,10 +13,12 @@ public:
void ApplyTransformation(Transformation& transformation, bool rel = true) const;
Vector3f GetPosition() const;
Vector3f GetDirection(bool velocity) const;
Vector3f GetDirection() const;
Vector3f GetVelocity() const;
private:
Vector3f m_position;
Vector3f m_velocity;
float m_rotX = 0;
float m_rotY = 0;
float m_topspeed = 40;