Searched defs:interiorIntersects (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | interval.h | 136 bool interiorIntersects(Interval const &val) const { function in class:Geom::Interval |
H A D | rect.h | 124 bool interiorIntersects(Rect const &r) const { function in class:Geom::Rect 125 return f[X].interiorIntersects(r[X]) && f[Y].interiorIntersects(r[Y]); |
Completed in 27 milliseconds