Lines Matching defs:ps
54 Curve const &get(PathVector const &ps) const {
55 return ps[path][ix];
69 Section(CurveIx cix, double fd, double td, PathVector ps, Dim2 d) : curve(cix), f(fd), t(td) {
70 fp = curve.get(ps).pointAt(f), tp = curve.get(ps).pointAt(t);
111 TopoGraph(PathVector const &ps, Dim2 d, double t);
136 //TopoGraph sweep_graph(PathVector const &ps, Dim2 d = X, double tol = 0.00001);
146 PathVector areas_to_paths(PathVector const &ps, Areas const &areas);
149 const PathVector &ps;
158 SectionSorter(const PathVector &rs, Dim2 d, double t = 0.00001) : ps(rs), dim(d), tol(t) {}
188 Areas filter_areas(PathVector const &ps, Areas const & areas, Z const &z) {
191 SectionSorter sortx = SectionSorter(ps, X);