Searched refs:inertia (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp263 // especially bothersome at the start of the stroke where we don't yet have the inertia to
592 if (this->inertia_vectors.size() >= INERTIA_ELEMENTS/2) { // move by inertia
594 Geom::Point inertia = 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);

Completed in 20 milliseconds