pub fn cuboid<T: Number>(x: T, y: T, z: T) -> Csg<T>
Create a cuboid centered at the origin with the given dimensions.
Use translate and transform methods to move it around.
translate
transform