ParametricFunc

ABSTRACT

Generates a parametric function mesh based on specified parameters.

REMARK

You might want to refer to EmbedInSpace for help on getting a function to placed in an axis

PARAMETERS
startThe start value of the domain for the function (scalar)
stopThe stop value of the domain for the function (scalar)
startThe start value of the domain for the function (scalar)
stopThe stop value of the domain for the function (scalar)
samplesThe number of samples within the domain for the function
f(u)The function f(u) that defines the parametric function. u is the input variable. The output should be a 3-vector
tagA vector of numbers used as the mesh's tag
defaultAn enum branch specifying the default coloring scheme, a white stroke with clear dots
strokeA 4-vector representing the color of the stroke
strokeA 4-vector representing the color of the stroke
dotA 4-vector representing the color for dots
RETURN

Generates a mesh-tree according to the specified function and domain

DECLARATION
func ParametricFunc([domain] {[main] {start, stop}, [step] {start, stop, samples}}, f(u), tag, [color] {[default] {}, [stroke] {stroke}, [dotted] {stroke, dot}})