]> git.tdb.fi Git - libs/gl.git/blobdiff - source/camera.h
Use libmspmath to provide vector and matrix operations
[libs/gl.git] / source / camera.h
index 6e83a9c3e761384f3342abb818cad714b1049004..d86725e6cb037bac933c1f2c4c2db3f84b31cdf9 100644 (file)
@@ -41,6 +41,7 @@ public:
        const Matrix &get_matrix() const { return matrix; }
 
        Vector3 project(const Vector4 &) const;
+       Vector3 project(const Vector3 &) const;
        Vector4 unproject(const Vector4 &) const;
 
        void apply() const;