UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 423 B
/** * * @param {AABB3} out * @param {EntityNode} root */ export function entity_node_expand_bounding_box_to_fit(out: AABB3, root: EntityNode): void; /** * * @param {AABB3} out * @param {EntityNode} root */ export function entity_node_compute_bounding_box(out: AABB3, root: EntityNode): void; import { AABB3 } from "../../../core/geom/3d/aabb/AABB3.js"; //# sourceMappingURL=entity_node_compute_bounding_box.d.ts.map