Skip to main content

cuboid

Function cuboid 

Source
pub fn cuboid<T: Number>(x: T, y: T, z: T) -> Csg<T>
Expand description

Create a cuboid centered at the origin with the given dimensions.

Use translate and transform methods to move it around.