Searched defs:make_orthogonal_line (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | line.h | 478 Line make_orthogonal_line(Point const &p, Line const &line) function in namespace:Geom 498 return make_orthogonal_line( middle_point(_segment), Line(_segment) ); |
Completed in 33 milliseconds