Searched defs:make_angle_bisector_line (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dline.cpp568 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 Dline.h503 Line make_angle_bisector_line(Point const &A, Point const &O, Point const &B) function in namespace:Geom

Completed in 16 milliseconds