3 releases
Uses old Rust 2015
0.1.2 | May 4, 2017 |
---|---|
0.1.1 | Apr 27, 2017 |
0.1.0 | Apr 27, 2017 |
#1390 in Math
659 downloads per month
8KB
161 lines
binary-space-partition
Binary Space Partitioning (BSP) tree. Designed to be used with plane-split crate.
lib.rs
:
Binary Space Partitioning (BSP)
Provides an abstract BspNode
structure, which can be seen as a tree.
Useful for quickly ordering polygons along a particular view vector.
Is not tied to a particular math library.