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
start | The start value of the domain for the function (scalar) |
stop | The stop value of the domain for the function (scalar) |
start | The start value of the domain for the function (scalar) |
stop | The stop value of the domain for the function (scalar) |
samples | The 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 |
tag | A vector of numbers used as the mesh's tag |
default | An enum branch specifying the default coloring scheme, a white stroke 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 ParametricFunc([domain] {[main] {start, stop}, [step] {start, stop, samples}}, f(u), tag, [color] {[default] {}, [stroke] {stroke}, [dotted] {stroke, dot}})