Searched refs:_eccentricity (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dconicsec.h191 * _eccentricity: the eccentricity parameter of the conic section
193 xAx (const Point & _focus, const Line & _directrix, double _eccentricity) argument
195 set (_focus, _directrix, _eccentricity);
233 void set (const Point & _focus, const Line & _directrix, double _eccentricity);
H A Dconicsec.cpp893 * _eccentricity: the eccentricity parameter of the conic section
895 void xAx::set (const Point & _focus, const Line & _directrix, double _eccentricity) argument
902 coeff(0) = 1 - _eccentricity * _eccentricity;

Completed in 42 milliseconds