Searched defs:Poly (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | polynomial.h | 49 class Poly : public std::vector<double>{ class in namespace:Geom 59 Poly operator+(const Poly& p) const { 60 Poly result; 75 Poly operator-(const Poly& p) const { 76 Poly result; 91 Poly operator-=(const Poly& p) { 103 Poly operato 163 Poly() {} function in class:Geom::Poly 164 Poly(const Poly& p) : std::vector<double>(p) {} function in class:Geom::Poly 165 Poly(const double a) {push_back(a);} function in class:Geom::Poly [all...] |
Completed in 18 milliseconds