Lines Matching refs:hatch_dist
490 double hatch_dist = 0;
521 hatch_dist = Geom::L2(pointer - nearest);
523 hatch_unit_vector = (pointer - nearest)/hatch_dist;
582 || (this->hatch_spacing > 0 && hatch_dist > 50 * this->hatch_spacing) // went too far from the guide
626 target = (this->hatch_spacing * speed + hatch_dist * (SPEED_NORMAL - speed))/SPEED_NORMAL;
637 this->hatch_spacing += (hatch_dist - this->hatch_spacing)/3500;
650 this->hatch_spacing = hatch_dist;
688 if (this->hatch_spacing == 0 && hatch_dist != 0) {
691 Geom::Affine const sm (Geom::Scale(hatch_dist, hatch_dist) * Geom::Translate(c));