Crates.io | simple-octree |
lib.rs | simple-octree |
version | 0.1.1 |
source | src |
created_at | 2020-03-20 01:05:29.038992 |
updated_at | 2020-03-23 08:02:19.260892 |
description | A simple octree implementation written in Rust. |
homepage | |
repository | https://github.com/ChrisPWill/simple-octree |
max_upload_size | |
id | 220607 |
size | 24,124 |
simple-octree aims to provide a simple and generic octree that is ideally performant, without making assumptions about the underlying data or management of data.
Octree
- a generic octree with generic functions for getting/adding/removing
child nodes. Convenience functions are provided for accessing children based on
positive/negative axis values.
NOTE: Currently the code formatting rules rely on nightly Rust. Everything else should compile with stable Rust.
To install rustfmt:
rustup component add rustfmt
To format the code:
cargo +nightly fmt
MIT license, see LICENCE.md