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

/inkscape/src/
H A Dline-geometry.h28 Line(Geom::Point const &start, Geom::Point const &vec, bool is_endpoint = true);
H A Dline-geometry.cpp27 * Draw a line beginning at 'start'. If is_endpoint is true, use 'vec' as the endpoint
31 Line::Line(Geom::Point const &start, Geom::Point const &vec, bool is_endpoint): argument
34 if (is_endpoint)

Completed in 507 milliseconds