Lines Matching defs:roots
282 std::vector<double> rts = C1.roots(L0);
287 rts = C1.roots(L1);
331 std::vector<double> rts = xC0.roots(Lx);
339 cnrts = C1.roots(L);
341 cnrts = C2.roots(L);
376 std::vector<double> rts = Geom::roots(D);
385 rts = Geom::roots(D);
387 // at this point we have a T and S and perhaps some roots that represent our degenerate conic
502 std::vector<double> rts = Geom::roots(edge_curve);
531 std::vector<double> bisect_rts = this->roots(bisector);
554 std::vector<double> rts = roots(vertex_poly);
564 std::vector<double> xAx::roots(Point d, Point o) const {
565 // Find the roots on line l
607 std::vector<double> xAx::roots(Line const &l) const {
608 return roots(l.versor(), l.origin());
1080 void xAx::roots (std::vector<double>& sol, Coord v, Dim2 d) const
1375 rts = roots (gl[dim]);