Implemented getHeight

This commit is contained in:
2016-05-26 13:21:14 +02:00
parent 56e174ae2f
commit 4c613b606a
6 changed files with 20 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
Vec3f operator / (float value);
bool operator ==(const Vec3f &other);
bool operator !=(const Vec3f &other);
Vec3f operator *(const float &other);
Vec3f cross(const Vec3f &other);