/octree-rs

Bounded octree structure

Primary LanguageRustApache License 2.0Apache-2.0

Bounded octree for spatial partitioning

Version Build Status

Repository structure

This repository is structured a bit differently. The root project is an example project, while the octree library itself can be found under octree-lib.

To run example, simply clone this repo and run:

cargo run --release

Installation

In your Cargo.toml, add:

octree = "0.1"

Add reference to the crate:

extern crate octree;

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.