changed a RotateRad to the new SetRotateRad
This commit is contained in:
parent
3462f6a8c2
commit
7c66288207
|
@ -384,7 +384,7 @@ public:
|
||||||
return (*this);
|
return (*this);
|
||||||
}
|
}
|
||||||
Matrix33 & SetRotateDeg(S angle, const Point3<S> & axis ){
|
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
|
/// Funzione per eseguire la trasposta della matrice
|
||||||
|
|
Loading…
Reference in New Issue