Lines Matching refs:vector
44 #include <vector>
52 void find_intersections(std::vector<std::pair<double, double> > &xs,
57 void find_intersections(std::vector<std::pair<double, double> > &xs,
62 void find_intersections(std::vector< std::pair<double, double> > &xs,
63 std::vector<Point> const &A,
64 std::vector<Point> const &B,
67 void find_self_intersections(std::vector<std::pair<double, double> > &xs,
71 void find_self_intersections(std::vector<std::pair<double, double> > &xs,
86 void find_intersections_bezier_clipping (std::vector< std::pair<double, double> > & xs,
87 std::vector<Point> const& A,
88 std::vector<Point> const& B,
94 std::vector< std::pair<double, double> > const &xs,
95 std::vector< D2<Bezier> > &av,
96 std::vector< D2<Bezier> > &bv);
109 void find_collinear_normal (std::vector< std::pair<double, double> >& xs,
110 std::vector<Point> const& A,
111 std::vector<Point> const& B,
114 void polish_intersections(std::vector<std::pair<double, double> > &xs,