From 7ddf584facaecb8f834872b1bdbbc41db101896a Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 3 Jan 2008 17:42:03 +0000 Subject: [PATCH] useless matrix multiplication removed --- vcg/math/point_matching.h | 1 - 1 file changed, 1 deletion(-) 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; }