From efd69c829133c94dd901b7bc15543ae2acfb4b69 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 22 Sep 2008 13:42:49 +0000 Subject: [PATCH] qualifier Camera:: removed in inline definition (thanks Oscar Barney) --- vcg/math/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;