3 releases

Uses old Rust 2015

0.1.2 May 4, 2017
0.1.1 Apr 27, 2017
0.1.0 Apr 27, 2017

#1201 in Math

Download history 730/week @ 2023-12-23 852/week @ 2023-12-30 873/week @ 2024-01-06 1031/week @ 2024-01-13 1205/week @ 2024-01-20 1046/week @ 2024-01-27 1019/week @ 2024-02-03 1306/week @ 2024-02-10 1240/week @ 2024-02-17 1357/week @ 2024-02-24 1898/week @ 2024-03-02 1392/week @ 2024-03-09 263/week @ 2024-03-16 227/week @ 2024-03-23 234/week @ 2024-03-30 98/week @ 2024-04-06

863 downloads per month

MPL-2.0 license

8KB
161 lines

binary-space-partition

Build Status Documentation

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.

No runtime deps