this method : void Insert(std::vector<RectSize> &rects, std::vector<Rect> &dst, FreeRectChoiceHeuristic method); param **dst** is not used! no output data!
this method :
void Insert(std::vector &rects, std::vector &dst, FreeRectChoiceHeuristic method);
param dst is not used!
no output data!