UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 334 B
/** * Note: assumes that boxes to be contained are strictly smaller than the container in both dimensions * @param {AABB2} container * @param {Array.<AABB2|{locked?:boolean}>} boxes */ export function forceIntoBox(container: AABB2, boxes: Array<AABB2 | { locked?: boolean; }>): void; //# sourceMappingURL=forceIntoBox.d.ts.map