Annulus

ABSTRACT

Produces an annulus mesh. This looks like a circle with a circular hole in its center.

PARAMETERS
centera 3-vector representing the center of the annulus
innera number representing the inner radius of the annulus
outera number representing the outer radius of the annulus. Must be >= than the inner radius.
taga vector of numbers that is used as the mesh's tag
defaultan enum branch specifying to use the default coloring scheme, which is a white stroke with no fill
strokea 4-vector representing the color of the stroke
strokea 4-vector representing the color of the stroke
filla 4-vector representing the color of the fill. Note that providing this value will force an uprank
RETURN

a mesh that contains a annulus according to the specifications

DECLARATION
func Annulus([config] {[main] {center, inner, outer}}, tag, [color] {[default] {}, [stroke] {stroke}, [solid] {stroke, fill}})