PackingOptions allows one to customize packing options.
More...
#include <lagrange/packing/legacy/compute_rectangle_packing.h>
|
|
bool | allow_flip = true |
| | Whether to allow box to rotate by 90 degree when packing.
|
| |
|
bool | normalize = true |
| | Should the output be normalized to fit into a unit box.
|
| |
|
int | margin = 2 |
| | Minimum allowed distance (kind of) between two boxes.
|
| |
PackingOptions allows one to customize packing options.
The documentation for this struct was generated from the following file: