Searched defs:isZero (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | bezier.h | 237 bool isZero(double eps=EPSILON) const { function in class:Geom::Bezier |
H A D | d2.h | 109 bool isZero(double eps=EPSILON) const { function in class:Geom::D2 111 return f[X].isZero(eps) && f[Y].isZero(eps); |
H A D | point.h | 212 bool isZero() const { function in class:Geom::Point |
/inkscape/src/ | ||
H A D | style-internal.cpp | 2328 && (!my_base->set || !this->isZero() ))) 2435 SPIBaselineShift::isZero() const { function in class:SPIBaselineShift |
Completed in 67 milliseconds