diff --git a/vcg/math/camera.h b/vcg/math/camera.h index edca0c19..d50e6e0a 100644 --- a/vcg/math/camera.h +++ b/vcg/math/camera.h @@ -215,7 +215,7 @@ public: inline vcg::Point2 ViewportPxToLocal(const vcg::Point2 & p) const; /// transforms vieport (pixel) coords to [-1 1] coords - inline vcg::Point2 Camera::ViewportPxTo_neg1_1(const vcg::Point2 & p) const; + inline vcg::Point2 ViewportPxTo_neg1_1(const vcg::Point2 & p) const; /// transforms local plane coords to [0 1] coords inline vcg::Point2 LocalTo_0_1(const vcg::Point2 & p) const;