Inkscape
Vector Graphics Editor
|
Unclumping objects. More...
Go to the source code of this file.
Functions | |
void | unclump (std::vector< SPItem * > &items) |
Unclumps the items in items, reducing local unevenness in their distribution. | |
Unclumping objects.
Definition in file unclump.cpp.
void unclump | ( | std::vector< SPItem * > & | items | ) |
Unclumps the items in items, reducing local unevenness in their distribution.
Produces an effect similar to "engraver dots". The only distribution which is unchanged by unclumping is a hexagonal grid. May be called repeatedly for stronger effect.
Definition at line 337 of file unclump.cpp.
References item, items, and unclump().
Referenced by object_rearrange(), and unclump().