Returns a new Parametric function generator with the new end t-value.
End t-value
Returns a new Parametric function generator with the new start t-value.
Start t-value
Returns a new Parametric function generator with the new t-step.
t-step between each sample.
Returns a new Parametric function generator with the new X-value sampling function.
A function that is sampled to generate the data.
Returns a new Parametric function generator with the new Y-value sampling function.
A function that is sampled to generate the data.
A Parametric function data generator. Generates point data by sampling X and Y functions with for each step
t
.To create a new instance of Parametric function data generator use createParametricFunctionGenerator factory.