Searched refs:make_angle_bisector_line (Results 1 - 3 of 3) 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
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp553 Geom::Line bisector = make_angle_bisector_line(startPt, point_on_path, endPt);

Completed in 21 milliseconds