#include "rectanglePackingFonctions.h"
Include dependency graph for rectanglePackingFonctions.cpp:
Functions | |
vector< Rectangle< float > > & | RectanglePackingLimitRectangles (vector< Rectangle< float > > &v, const char *quality, PluginProgress *progress) |
vector< Rectangle< float > > & | RectanglePackingLimitPositions (vector< Rectangle< float > > &v, const char *quality, PluginProgress *progress) |
|
This function is used for packing rectangles. It is used when we want to reduce the complexity restricting the number of tested positions for each rectangle to pack.
|
|
This function is used for packing rectangles. It is used when we want to reduce the complexity restricting the number of rectangles packed in an optimal way.
|