Searched defs:isConstant (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | bezier.h | 243 bool isConstant(double eps=EPSILON) const { function in class:Geom::Bezier |
H A D | d2.h | 113 bool isConstant(double eps=EPSILON) const { function in class:Geom::D2 115 return f[X].isConstant(eps) && f[Y].isConstant(eps); |
Completed in 13 milliseconds