GUI
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user