pub type Line<F> = Cuboid<F, 1>;
1D variant of the Cuboid
1D
pub struct Line<F> { pub min: [F; 1], pub max: [F; 1], }
min: [F; 1]
Lower bounds of cuboid
max: [F; 1]
Upper bounds of cuboid