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

/inkscape/src/live_effects/
H A Dlpe-constructgrid.cpp53 Geom::Point second_p = (*it++).initialPoint(); local
54 // make first_p and second_p be the construction *vectors* of the grid:
56 second_p -= origin;
58 Geom::Translate second_translation( second_p );
64 second_path.appendNew<LineSegment>( origin + second_p*nr_x );

Completed in 18 milliseconds