Added new Johan Code

This commit is contained in:
2016-05-20 13:00:04 +02:00
parent 1120a3e144
commit a8415db4ac
24 changed files with 2287 additions and 32 deletions
+2
View File
@@ -15,6 +15,8 @@ public:
Vec3f(Vec3f &other);
Vec3f(float x, float y, float z);
float& operator [](int);
Vec3f operator + (const Vec3f &other);
Vec3f operator / (float value);
};
class Vec2f