UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 218 B
/** * Remove all rectangles that are fully contained within others * @param {AABB2[]} boxes */ export function removeRedundantBoxesArray(boxes: AABB2[]): void; //# sourceMappingURL=removeRedundantBoxesArray.d.ts.map