Searched refs:min_dist (Results 1 - 3 of 3) sorted by relevance
| /inkscape/src/2geom/ |
| H A D | path.cpp | 119 PathTime PathInterval::inside(Coord min_dist) const 121 // If there is some node further than min_dist (in time coord) from the ends, 134 bool from_close = _from.t < min_dist; 135 bool to_close = _to.t > 1 - min_dist; 168 bool from_close = _from.t > 1 - min_dist; 169 bool to_close = _to.t < min_dist;
|
| H A D | path.h | 213 /// Get a time at least @a min_dist away in parameter space from the ends. 215 PathTime inside(Coord min_dist = EPSILON) const;
|
| /inkscape/share/extensions/ |
| H A D | gcodetools.py | 348 min_dist = 1e100 355 min_dist = min(min_dist,min_) 357 print_("bound_to_bound", min_dist, max_dist) 358 return min_dist, max_dist 361 min_dist = [1e100,0,0,0] 370 if d[0] < min_dist[0] : min_dist = [d[0],j,i,d[1]] 371 return min_dist 1041 min_dist [all...] |
Completed in 20 milliseconds