RectangleBinPack
RectangleBinPack copied to clipboard
Insert rectangles no output data
this method : void Insert(std::vector<RectSize> &rects, std::vector<Rect> &dst, FreeRectChoiceHeuristic method);
param dst is not used! no output data!
can't find the method. where is?