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

Download history 175/week @ 2024-05-21 254/week @ 2024-05-28 157/week @ 2024-06-04 149/week @ 2024-06-11 167/week @ 2024-06-18 155/week @ 2024-06-25 68/week @ 2024-07-02 147/week @ 2024-07-09 177/week @ 2024-07-16 171/week @ 2024-07-23 177/week @ 2024-07-30 197/week @ 2024-08-06 185/week @ 2024-08-13 155/week @ 2024-08-20 149/week @ 2024-08-27 120/week @ 2024-09-03

659 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