UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (8 loc) 219 B
import {BVH} from "./BVH"; export declare class BvhClient{ readonly is_linked:boolean readonly bounds:ArrayLike<number> write_bound():void link(tree:BVH,data:number):void unlink():void }