Lines Matching refs:LineSegment
137 jd.res.appendNew<Geom::LineSegment>(jd.outgoing.initialPoint());
174 res.appendNew<LineSegment>(p);
190 res.appendNew<LineSegment>(p1);
192 res.appendNew<LineSegment>(p2);
196 res.appendNew<LineSegment>(outgoing.initialPoint());
246 Geom::LineSegment chord1(chord1_pts[0].point(), chord1_pts[1].point());
251 Geom::LineSegment chord2(chord2_pts[0].point(), chord2_pts[1].point());
275 Geom::LineSegment chord4(start_pt,p);
409 Geom::LineSegment *seg1 = NULL;
410 Geom::LineSegment *seg2 = NULL;
512 seg1 = new Geom::LineSegment(startPt, sol);
517 seg2 = new Geom::LineSegment(sol, endPt);
556 Geom::LineSegment chord(point_on_path, sol);
632 res.appendNew<Geom::LineSegment>(p2);
644 res.appendNew<Geom::LineSegment>(outgoing.finalPoint());
697 res.appendNew<Geom::LineSegment>(temp.initialPoint());
710 Geom::LineSegment offset_line(Geom::LineSegment const& l, double width)
718 return Geom::LineSegment(start, end);
847 res.append(offset_line(static_cast<Geom::LineSegment const&>(*current), width));