From 3010473314505bd948c687ac644b7d87ef03298d Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 30 Jun 2020 20:10:29 -0600 Subject: Updated file structure and changed indents to spaces --- velocity.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 velocity.h (limited to 'velocity.h') diff --git a/velocity.h b/velocity.h deleted file mode 100644 index 11c41cb..0000000 --- a/velocity.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef VELOCITY_H -#define VELOCITY_H - -#include "point.h" - -class Velocity -{ - public: - Velocity(); - Velocity( float dx , float dy ); - float getDx() const; - float getDy() const; - void addDy( const float dy ); - void addDx( const float dx ); - void setDx( float dx ); - void setDy( float dy ); - Point updatePoint ( Point &point ); - private: - float dx; - float dy; -}; - -#endif -- cgit v1.2.3-70-g09d2