pathtracer/beevee/src/aabb/mod.rs

5 lines
100 B
Rust
Raw Normal View History

//! The module relating to Axis-Aligned Bounding Boxes.
mod bounding_box;
pub use bounding_box::*;