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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp593 Geom::Point moved_past_escape = motion_dt - this->inertia_vectors.front(); local
597 double dot = Geom::dot (moved_past_escape, inertia);
598 dot /= Geom::L2(moved_past_escape) * Geom::L2(inertia);
602 (inertia) * (1/Geom::L2(inertia)) * Geom::L2(moved_past_escape);
604 (INERTIA_FORCE * should_have_moved + (1 - INERTIA_FORCE) * moved_past_escape);

Completed in 18 milliseconds