UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 214 B
export class BVHQuery { /** * * @param {number} node * @param {BVH} tree * @returns {boolean} */ evaluate(node: number, tree: BVH): boolean; } //# sourceMappingURL=BVHQuery.d.ts.map