Searched defs:lowerContains (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/2geom/ | ||
| H A D | interval.h | 127 bool lowerContains(Coord val) { return min() <= val && val < max(); } function in class:Geom::Interval 129 bool lowerContains(Interval const &val) const { return min() <= val.min() && val.max() < max(); } function in class:Geom::Interval |
Completed in 22 milliseconds