Arc

ABSTRACT

Creates an arc mesh based on specified parameters.

PARAMETERS
centera 3-vector denoting the center coordinates of the arc
radiusa scalar value representing the radius of the arc
theta_starta numeric value indicating the starting angle of the arc in radians
theta_enda numeric value indicating the ending angle of the arc in radians
centera 3-vector denoting the center coordinates of the arc
radiusa scalar value representing the radius of the arc
theta_starta numeric value indicating the starting angle of the arc in radians
theta_enda numeric value indicating the ending angle of the arc in radians
normala 3-vector representing the normal of the arc's plane; defaults to {0,0,1}
taga vector of numbers 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

generates a mesh conforming to the specified arc parameters

DECLARATION
func Arc([config] {[main] {center, radius, theta_start, theta_end}, [parameterized] {center, radius,theta_start, theta_end, normal}}, tag, [color] {[default] {}, [stroke] {stroke}, [solid] {stroke, fill}})