From c46f5f24358df162df22d339ede1234be087ac3b Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 23 Jul 2008 22:50:15 +0000 Subject: [PATCH] removed a version of the ComputeRigidMatchMatrix that take in input a weight vector. User should use ComputeWeightRigidMatchMatrix directly --- vcg/math/point_matching.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vcg/math/point_matching.h b/vcg/math/point_matching.h index 6d9dd86c..ec7b70fd 100644 --- a/vcg/math/point_matching.h +++ b/vcg/math/point_matching.h @@ -94,16 +94,6 @@ static bool ComputeRigidMatchMatrix( Matrix44x &res, return ComputeRigidMatchMatrix(res,Pfix,Pmov,qtmp,tr); } -static bool ComputeRigidMatchMatrix(std::vector weights, - Matrix44x &res, - std::vector &Pfix, // vertici corrispondenti su fix (rossi) - std::vector &Pmov) // normali scelti su mov (verdi) -{ - Quaternionx qtmp; - Point3x tr; - return ComputeWeightedRigidMatchMatrix(res,Pfix,Pmov,weights,qtmp,tr); -} - /* Calcola la matrice di rototraslazione