# torus()
# Example
# Description
Draw a torus with the given outer ring size and inner ring size
# Syntax
torus(outerRingSize, innerRingSize);
# Parameters
outerRingSize Number: size of the outer ring
innerRingSize Number: size of the inner ring
← boxFrame() line() →