3 releases

Uses old Rust 2015

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

#1460 in Math

Download history 88/week @ 2024-11-15 130/week @ 2024-11-22 121/week @ 2024-11-29 187/week @ 2024-12-06 250/week @ 2024-12-13 124/week @ 2024-12-20 48/week @ 2024-12-27 173/week @ 2025-01-03 246/week @ 2025-01-10 210/week @ 2025-01-17 160/week @ 2025-01-24 163/week @ 2025-01-31 282/week @ 2025-02-07 185/week @ 2025-02-14 212/week @ 2025-02-21 210/week @ 2025-02-28

931 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