Lines Matching refs:Line
46 LineSegment intersection(Line l, Rect r) {
117 Line Line0 = Line::from_origin_and_vector(P0, dP0);
118 Line Line2 = Line::from_origin_and_vector(P2, dP2);
279 Line L0 = Line::from_origin_and_vector(B0, rot90(n0));
280 Line L1 = Line::from_origin_and_vector(B0, rot90(n1));
330 Line Lx = Line::from_origin_and_vector(trial_pt, g); // a line along the gradient
335 Line L = Line::from_origin_and_vector(P0, rot90(g));
420 xAx xAx::fromLine(Line l) {
518 LineSegment ls = intersection(Line::from_origin_and_vector(A, dA), bnd);
530 Line bisector = make_bisector_line(LineSegment(A, C));
607 std::vector<double> xAx::roots(Line const &l) const {
747 Line l(_vertex, _angle);
861 Line axis(_vertex, _focus1);
895 void xAx::set (const Point & _focus, const Line & _directrix, double _eccentricity)
921 void xAx::set (const Line& l1, const Line& l2)
1155 Line l (coeff(3), coeff(4), coeff(5));
1253 bool xAx::decompose (Line& l1, Line& l2) const
1349 Line gl[2];