#include <vector>
#include "RectanglePacking.h"
Include dependency graph for rectanglePackingFonctions.h:
This graph shows which files directly or indirectly include this file:
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.
|