UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 266 B
/** * Traverses the tree bottom-up, updating bounds as it goes * @param {BVH} bvh * @param {number} root * @returns {void} */ export function ebvh_update_hierarchy_bounds(bvh: BVH, root?: number): void; //# sourceMappingURL=ebvh_update_hierarchy_bounds.d.ts.map