From 613dcafe3b32520b03ea0d934e2f500b38473794 Mon Sep 17 00:00:00 2001 From: ponchio Date: Mon, 13 Nov 2006 12:53:40 +0000 Subject: [PATCH] just added an #include --- vcg/math/quadric.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/math/quadric.h b/vcg/math/quadric.h index 2b25ff36..0b740c3b 100644 --- a/vcg/math/quadric.h +++ b/vcg/math/quadric.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2006/10/09 20:23:00 cignoni +Added a minimum method that uses SVD. Unfortunately it is much much slower. + Revision 1.5 2004/12/10 01:31:59 cignoni added an alternative QuadricMinimization (we should use LRU decomposition!!) @@ -43,6 +46,7 @@ created #include #include +#include namespace vcg { namespace math {