added an alternative QuadricMinimization (we should use LRU decomposition!!)

This commit is contained in:
Paolo Cignoni 2004-12-10 01:31:59 +00:00
parent 8ca248762a
commit 71a73a7ad6
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ bool Minimum(Point3<ReturnScalarType> &x)
} }
bool Minimum(Point3<ScalarType> &x) const bool MinimumNew(Point3<ScalarType> &x) const
{ {
ScalarType c0=-b[0]/2; ScalarType c0=-b[0]/2;
ScalarType c1=-b[1]/2; ScalarType c1=-b[1]/2;