ExplicitFunc

ABSTRACT

Generates an explicit function mesh based on specified parameters. Note that this is a 1D explicit function.

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
stopThe stop value of the domain for the function
startThe start value of the domain for the function
stopThe stop value of the domain for the function
samplesThe number of samples within the domain for the function
f(x)The function f(x) that defines the explicit function. x is the input variable. The output should be a scalar.
tagA vector of numbers used as the mesh's tag
defaultAn enum branch specifying the default coloring scheme, white 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 ExplicitFunc([domain] {[main] {start, stop}, [step] {start, stop, samples}}, f(x), tag, [color] {[default] {}, [stroke] {stroke}, [dotted] {stroke, dot}})