Searched defs:make_angle_bisector_line (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | line.cpp | 568 Line make_angle_bisector_line(Line const& l1, Line const& l2) function in namespace:Geom 589 return make_angle_bisector_line(A, O, B); |
H A D | line.h | 503 Line make_angle_bisector_line(Point const &A, Point const &O, Point const &B) function in namespace:Geom |
Completed in 18 milliseconds