5 lines
61 B
Rust
5 lines
61 B
Rust
|
//! The Boudning Volume Hiearchy
|
||
|
|
||
|
mod tree;
|
||
|
pub use tree::*;
|