|
|
|
|
@ -40,6 +40,8 @@ ellipseInitAB(double a, double b)
|
|
|
|
|
return ep; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// FIXME: we should avoid calling ellipseInitAB, and recalculate the properties
|
|
|
|
|
// to avoid floating point errors in the known quantity 'e'
|
|
|
|
|
EllipseParameters |
|
|
|
|
ellipseInitAE(double a, double e) |
|
|
|
|
{ |
|
|
|
|
|