pub type Dimensions = Dimensions<f64>;
pub struct Dimensions { pub length: f64, pub width: f64, pub height: f64, }
length: f64
width: f64
height: f64