quadtree-ts icon indicating copy to clipboard operation
quadtree-ts copied to clipboard

Quadtree Typescript Implementation

Results 5 quadtree-ts issues
Sort by recently updated
recently updated
newest added

Thanks a lot for this library! Is it possible to have `minLevels` in QuadtreeProps? That is, the quadtree is forced to split to meet the `minLevels` requirements. Therefore, when retrieving...

using the quadtree to store edges of a mesh. in the nature of the mesh and the "perfect" sizing makes some edges laying directly on the edge between 2 quads....

There is a bug where detection fails on corner intersections when the line enters/exits the node exactly at corners (45°) https://github.com/timohausmann/quadtree-ts/blob/main/test/Line/Line.getIndex.test.ts#L65

The global.css needs fixes for mobile screens (toggle to show/hide main menu). ![image](https://github.com/timohausmann/quadtree-ts/assets/2311113/f292a0f4-ec68-4330-bbea-f2c9e6eedddc)

good first issue

[Deno](https://deno.land/) requires explicitly specify a file extension in imports (types folder) =( How to use the library?

help wanted