mirror of https://github.com/CGAL/cgal
Misunderstanding clarified: double_conic DOES give a clean conic
This commit is contained in:
parent
bb7295405c
commit
068f849b3d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue