pathtracer/beevee/src/aabb/bounding_box.rs

6 lines
130 B
Rust
Raw Normal View History

//! An Axis-Alighned Bounding Box.
/// An axis-aligned bounding box.
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct AABB {}