# cylinder()

# Example

# Description

Draw a cylinder with the given radius, and height

# Syntax

cylinder(radius, height);

# Parameters

radius Number: radius of the box

height Number: height of the box


# Syntax

cylinder(size)

# Parameters

size vec3: radius, and height