Lines Matching refs:hatch_dist
224 hatch_dist(0),
272 //hatch_dist.param_set_range(0.1, Geom::infinity());
327 hatch_dist = Geom::L2(direction.getVector())/5;
354 int n = int((domain.min()-x_org)/hatch_dist);
355 double x = x_org + n * hatch_dist;
356 //double x = domain.min() + double(hatch_dist)/2.;
357 double step = double(hatch_dist);
358 double scale = 1+(hatch_dist*growth/domain.extent());
411 int n = int((range->min()-org[X])/hatch_dist);
577 hatch_dist = Geom::L2(vector)/2;