Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
unclump.cpp File Reference

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.
 

Detailed Description

Unclumping objects.

Definition in file unclump.cpp.

Function Documentation

◆ unclump()

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().