Lines Matching refs:bisector
248 Geom::Line bisector = make_bisector_line( chord1 );
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 = make_angle_bisector_line(startPt, point_on_path, endPt);
554 Geom::Line ortho = make_orthogonal_line(point_on_path, bisector);
567 Geom::Point temp = bisector.versor();