Searched defs:rect_line_intersect (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | geom.cpp | 282 rect_line_intersect(Geom::Point const &c0, Geom::Point const &c1, function in namespace:Geom 335 rect_line_intersect(Geom::Rect &r, function in namespace:Geom 340 results = rect_line_intersect(r.min(), r.max(), ls[0], ls[1]); 348 rect_line_intersect(Geom::Rect &r, function in namespace:Geom 351 return rect_line_intersect(r, l.segment(0, 1)); |
Completed in 225 milliseconds