use std::f32; #[derive(Copy, Clone)] pub struct Cube { pub xmin: f32, pub ymin: f32, pub zmin: f32, pub xmax: f32, pub ymax: f32, pub zmax: f32, }