From bebc58f9b197a94a5f1011851f5e89ec3ab1ee8b Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 10 Jun 2005 14:51:54 +0000 Subject: [PATCH] Changed a Zero in SetZero in WeightedCrossCovariance() --- vcg/math/matrix33.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/math/matrix33.h b/vcg/math/matrix33.h index 1463dd30..8ec25a66 100644 --- a/vcg/math/matrix33.h +++ b/vcg/math/matrix33.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.7 2005/06/10 11:46:49 pietroni +Added Norm Function + Revision 1.6 2005/06/07 14:29:56 ganovelli changed from Matrix33Ide to MatrixeeDiag @@ -403,7 +406,7 @@ template void CrossCovariance(const STLPOINTCONTAINER &P, const STLPOINTCONTAINER &X, Point3 &bp, Point3 &bx) { - Zero(); + SetZero(); assert(P.size()==X.size()); bx.Zero(); bp.Zero();