[ 源代码: node-d3-quadtree ]
软件包:node-d3-quadtree(1.0.7-2)
node-d3-quadtree 的相关链接
Debian 的资源:
下载源码包 node-d3-quadtree:
- [node-d3-quadtree_1.0.7-2.dsc]
- [node-d3-quadtree_1.0.7.orig.tar.gz]
- [node-d3-quadtree_1.0.7-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [d3js.org]
相似软件包:
Two-dimensional recursive spatial subdivision
A quadtree recursively partitions two-dimensional space into squares, dividing each square into four equally-sized squares. Each distinct point exists in a unique leaf node; coincident points are represented by a linked list.
Quadtrees can accelerate various spatial operations, such as the Barnes–Hut approximation for computing many-body forces, collision detection, and searching for nearby points.
Node.js is an event-based server-side JavaScript engine.
其他与 node-d3-quadtree 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable