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

/inkscape/src/2geom/
H A Dconicsec.cpp530 Line bisector = make_bisector_line(LineSegment(A, C)); local
531 std::vector<double> bisect_rts = this->roots(bisector);
535 Point p = bisector.pointAt(bisect_rts[i]);
541 Point B = bisector.pointAt(bisect_rts[besti]);
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp248 Geom::Line bisector = make_bisector_line( chord1 ); local
249 std::vector<Geom::ShapeIntersection> chord2_pts = outer_circle.intersect(bisector);
272 // Find center of new circle: it is at the intersection of the bisector
274 // the start point and parallel to the first bisector.
277 Geom::Line diameter = make_parallel_line( start_pt, bisector );
342 Geom::Line bisector( circle1.center(), circle2.center() );
343 std::vector<Geom::ShapeIntersection> points = circle1.intersect( bisector );
547 // bisector of the incoming and out going angles and passes through the end point (sol) of the
550 // Center of circle is intersection of a line orthogonal to bisector and a line bisecting
553 Geom::Line bisector local
[all...]

Completed in 16 milliseconds