@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 345 B
TypeScript
/**
* Packs {@link AABB2} boxes into defined bounds
*
* @param {number} width
* @param {number} height
* @param {AABB2[]} boxes
* @returns {boolean} true if packing was successful, false otherwise
*/
export function packMaxRectangles(width: number, height: number, boxes: AABB2[]): boolean;
//# sourceMappingURL=packMaxRectangles.d.ts.map