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

/inkscape/src/2geom/
H A Dbezier.h237 bool isZero(double eps=EPSILON) const { function in class:Geom::Bezier
H A Dd2.h109 bool isZero(double eps=EPSILON) const { function in class:Geom::D2
111 return f[X].isZero(eps) && f[Y].isZero(eps);
H A Dpoint.h212 bool isZero() const { function in class:Geom::Point
/inkscape/src/
H A Dstyle-internal.cpp2328 && (!my_base->set || !this->isZero() )))
2435 SPIBaselineShift::isZero() const { function in class:SPIBaselineShift

Completed in 67 milliseconds