Misunderstanding clarified: double_conic DOES give a clean conic

This commit is contained in:
Bernd Gärtner 2006-05-12 16:53:39 +00:00
parent bb7295405c
commit 068f849b3d
1 changed files with 1 additions and 3 deletions

View File

@ -246,9 +246,7 @@ class Optimisation_ellipse_2 {
double r,s,t,u,v,w;
double_coefficients(r,s,t,u,v,w);
e.set(r,s,t,u,v,w);
// actually, we would have to call e.analyse() now to get
// a clean conic, but since this is only internal stuff
// right now, the call is omitted to save time
// NOTE: the set method calls analyze, so the conic is clean
}
void