From 7c66288207dffe35181cec6fb941f351ffccf1ca Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 14 Aug 2008 10:02:07 +0000 Subject: [PATCH] changed a RotateRad to the new SetRotateRad --- vcg/math/matrix33.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/matrix33.h b/vcg/math/matrix33.h index 4ef541f2..faff3f5e 100644 --- a/vcg/math/matrix33.h +++ b/vcg/math/matrix33.h @@ -384,7 +384,7 @@ public: return (*this); } Matrix33 & SetRotateDeg(S angle, const Point3 & axis ){ - return RotateRad(math::ToRad(angle),axis); + return SetRotateRad(math::ToRad(angle),axis); } /// Funzione per eseguire la trasposta della matrice