changed a RotateRad to the new SetRotateRad

This commit is contained in:
Paolo Cignoni 2008-08-14 10:02:07 +00:00
parent 3462f6a8c2
commit 7c66288207
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ public:
return (*this);
}
Matrix33 & SetRotateDeg(S angle, const Point3<S> & axis ){
return RotateRad(math::ToRad(angle),axis);
return SetRotateRad(math::ToRad(angle),axis);
}
/// Funzione per eseguire la trasposta della matrice