Lines Matching defs:bound
232 Geom::OptInterval bound;
234 bound.unionWith(Geom::OptInterval((*i)->position()[d]));
237 if (!bound) { return; }
248 new_coord=bound->middle();
251 new_coord=bound->min();
254 new_coord=bound->max();
276 Geom::OptInterval bound;
282 bound.unionWith(Geom::OptInterval(pos[d]));
285 if (!bound) { return; }
288 double step = size() == 1 ? 0 : bound->extent() / (size() - 1);
289 double start = bound->min();