diff --git a/vcg/math/point_matching.h b/vcg/math/point_matching.h index 37390812..6f716dfb 100644 --- a/vcg/math/point_matching.h +++ b/vcg/math/point_matching.h @@ -277,7 +277,6 @@ bool ComputeRigidMatchMatrix(Matrix44x &res, Matrix44x Trn; Trn.SetTranslate(tr); - res=Rot*Trn; res=Trn*Rot; return true; }