3 releases

Uses old Rust 2015

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

#1486 in Math

Download history 179/week @ 2024-07-20 169/week @ 2024-07-27 181/week @ 2024-08-03 204/week @ 2024-08-10 164/week @ 2024-08-17 151/week @ 2024-08-24 137/week @ 2024-08-31 141/week @ 2024-09-07 124/week @ 2024-09-14 141/week @ 2024-09-21 116/week @ 2024-09-28 108/week @ 2024-10-05 136/week @ 2024-10-12 151/week @ 2024-10-19 111/week @ 2024-10-26 132/week @ 2024-11-02

548 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