X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcamera.h;h=d86725e6cb037bac933c1f2c4c2db3f84b31cdf9;hb=2b779717e42b514210f7128cf9aee2276650e003;hp=6e83a9c3e761384f3342abb818cad714b1049004;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;p=libs%2Fgl.git diff --git a/source/camera.h b/source/camera.h index 6e83a9c3..d86725e6 100644 --- a/source/camera.h +++ b/source/camera.h @@ -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;