visualization-tools

Home > @visualization-tools/core > SharedQuadTree > (constructor)

SharedQuadTree.(constructor)

Constructs a new instance of the SharedQuadTree class

Signature:

protected constructor(wrapper: IEmscriptenWrapper<ISharedQuadTreeBindings>, maxDepth: number, maxElementsPerNode: number, maximumResultCount: number | undefined);

Parameters

Parameter Type Description
wrapper IEmscriptenWrapper<ISharedQuadTreeBindings>  
maxDepth number  
maxElementsPerNode number  
maximumResultCount number | undefined