Searched defs:nearest_time (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dnearest-time.h54 inline double nearest_time(Point const &p, Point const &A, Point const &v) function in namespace:Geom
60 Coord nearest_time(Point const &p, D2<Bezier> const &bez, Coord from = 0, Coord to = 1);
71 double nearest_time(Point const &p,
76 double nearest_time(Point const &p, function in namespace:Geom
80 return nearest_time(p, c, Geom::derivative(c), from, to);
106 double nearest_time(Point const &p,
111 double nearest_time(Point const& p, Piecewise< D2<SBasis> > const &c) function in namespace:Geom
113 return nearest_time(p, c, c.cuts[0], c.cuts[c.size()]);
H A Dcurve.h345 Coord nearest_time(Point const& p, Curve const& c) { function in namespace:Geom
H A Dnearest-time.cpp40 Coord nearest_time(Point const &p, D2<Bezier> const &input, Coord from, Coord to) function in namespace:Geom
103 double nearest_time(Point const& p, function in namespace:Geom
192 double nearest_time(Point const &p, function in namespace:Geom
205 nearest_time(p, c[si], c.segT(from, si), c.segT(to, si));
210 double nearest = nearest_time(p, c[si], c.segT(from, si));
220 t = nearest_time(p, c[i]);
231 t = nearest_time(p, c[ei], 0, c.segT(to, ei));
H A Dpath.h851 inline Coord nearest_time(Point const &p, Path const &c) { function in namespace:Geom

Completed in 15 milliseconds