From 50084b0b3451328a4dfe6db65c78a225e9c8f288 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Sep 2018 19:57:40 +0800 Subject: +bitmap --- src/libjin/math/vector.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/libjin/math/vector.cpp (limited to 'src/libjin/math/vector.cpp') diff --git a/src/libjin/math/vector.cpp b/src/libjin/math/vector.cpp deleted file mode 100644 index b4e347a..0000000 --- a/src/libjin/math/vector.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include "vector.h" - -namespace jin -{ -namespace math -{ - - Vector2::Vector2() - :x(0), y(0) - { - } - - Vector2::Vector2(float _x, float _y) - : x(_x), y(_y) - { - }; - - Vector2::Vector2(const Vector2& v) - : x(v.x), y(v.y) - { - } - -} // math -} // jin \ No newline at end of file -- cgit v1.1-26-g67d0