Searched defs:fixed_term (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dfitting-model.h133 * value_type & fixed_term,
243 // void feed( VectorView & coeff, double & fixed_term, Point const& p ) const
250 // fixed_term = p[X] * p[X];
267 void feed( VectorView & coeff, double & fixed_term, Point const& p ) const argument
274 fixed_term = p[X] * p[X];
314 void feed( VectorView & coeff, double & fixed_term, Point const& p ) const argument
319 fixed_term = p[X] * p[X] + p[Y] * p[Y];

Completed in 14 milliseconds