pub fn cylinder<T: Number>(radius: T, height: T, segments: usize) -> Csg<T>Expand description
Create a cylinder with base at the origin, axis along Y.
radius: cylinder radiusheight: total height (base at y=0, top at y=height)segments: number of sides around the circumference