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