Draw a cylinder with the given radius, and height
cylinder(radius, height);
radius Number: radius of the box
height Number: height of the box
cylinder(size)
size vec3: radius, and height
← line() grid() →