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
start | The start value of the domain for the function |
stop | The stop value of the domain for the function |
start | The start value of the domain for the function |
stop | The stop value of the domain for the function |
samples | The 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. |
tag | A vector of numbers used as the mesh's tag |
default | An enum branch specifying the default coloring scheme, white with clear dots |
stroke | A 4-vector representing the color of the stroke |
stroke | A 4-vector representing the color of the stroke |
dot | A 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}})