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

/inkscape/src/2geom/
H A Dbezier.h243 bool isConstant(double eps=EPSILON) const { function in class:Geom::Bezier
H A Dd2.h113 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