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

/inkscape/src/2geom/
H A Drect.h114 bool hasZeroArea(Coord eps = EPSILON) const { return (area() <= eps); } function in class:Geom::Rect
H A Dgeneric-rect.h188 bool hasZeroArea() const { return f[X].isSingular() || f[Y].isSingular(); } function in class:Geom::GenericRect

Completed in 51 milliseconds