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

/inkscape/src/
H A Dunclump.cpp169 Average unclump_dist from item to others
171 static double unclump_average (SPItem *item, std::list<SPItem*> &others) argument
175 for (std::list<SPItem*>::const_iterator i = others.begin(); i != others.end();++i) {
192 Closest to item among others
194 static SPItem *unclump_closest (SPItem *item, std::list<SPItem*> &others) argument
199 for (std::list<SPItem*>::const_iterator i = others.begin(); i != others.end();++i) {
216 Most distant from item among others
218 static SPItem *unclump_farest (SPItem *item, std::list<SPItem*> &others) argument
[all...]

Completed in 15 milliseconds