UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 322 B
export class BVHQueryAnd extends BVHQuery { /** * * @param {BVHQuery} left * @param {BVHQuery} right */ constructor(left: BVHQuery, right: BVHQuery); evaluate(node: any, tree: any): boolean; #private; } import { BVHQuery } from "./BVHQuery.js"; //# sourceMappingURL=BVHQueryAnd.d.ts.map