1//! Prelude provides all the traits of the library in a convenient form 2 3pub use crate::bound::{PlaneBound, Relation}; 4pub use crate::traits::*; 5pub use crate::volume::{Aabb, MinMax};