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 {QuadTreeNode} boxes */ export function removeRedundantBoxes(boxes: QuadTreeNode): void; //# sourceMappingURL=removeRedundantBoxes.d.ts.map