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

/inkscape/src/live_effects/
H A Dlpe-constructgrid.cpp51 Geom::Point first_p = (*it++).initialPoint(); local
54 // make first_p and second_p be the construction *vectors* of the grid:
55 first_p -= origin;
57 Geom::Translate first_translation( first_p );
62 first_path.appendNew<LineSegment>( origin + first_p*nr_y );

Completed in 12 milliseconds