@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
12 lines • 322 B
TypeScript
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