UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines (11 loc) 216 B
export class BVHQuery { /** * * @param {number} node * @param {BVH} tree * @returns {boolean} */ evaluate(node, tree) { throw new Error('Not Implemented'); } }