nycholas / quadtree-rs

A Rust Quadtree implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rs-quadtree

A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.

Build

  $ cargo build

Test

  $ cargo test

About

A Rust Quadtree implementation.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%