Searched defs:extremum (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp335 void MultiPathManipulator::insertNodesAtExtrema(ExtremumType extremum) argument
338 invokeForAll(&PathManipulator::insertNodeAtExtremum, extremum);
339 _done(_("Add extremum nodes"));
H A Dpath-manipulator.cpp310 // very rare but: extremum node at the same extreme value!!! so add it to the list
315 /** Insert a new node at the extremum of the selected segments. */
316 void PathManipulator::insertNodeAtExtremum(ExtremumType extremum) argument
320 double sign = (extremum == EXTR_MIN_X || extremum == EXTR_MIN_Y) ? -1. : 1.;
321 Geom::Dim2 dim = (extremum == EXTR_MIN_X || extremum == EXTR_MAX_X) ? Geom::X : Geom::Y;
339 // and determine extremum

Completed in 17 milliseconds