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

/inkscape/src/ui/tool/
H A Dnode.cpp338 Geom::Point parent_pos = _parent->position(); local
346 new_pos = parent_pos + Geom::unit_vector(new_pos - parent_pos) * _saved_length;
357 Geom::Line original_line(parent_pos, origin);
358 Geom::Line perp_line(parent_pos, parent_pos + Geom::rot90(origin - parent_pos));
359 Geom::Point snap_pos = parent_pos + Geom::constrain_angle(
360 Geom::Point(0,0), new_pos - parent_pos, snaps, Geom::Point(1,0));
365 ctrl_constraint = Inkscape::Snapper::SnapConstraint(parent_pos, parent_po
[all...]

Completed in 15 milliseconds