-
-
Add the x and corresponding y coordinates of a piecewise point of the piecewise function.
-
-
Returns the value range of x for the piecewise function.
-
-
Returns the number of segmentation points of the piecewise function.
-
-
Discretize the y of the piecewise function and fill it into an array.
Among them, xStart and xEnd are the start and end positions of the x values on the piecewise function. size is the size of the array to fill. table is an output item, of type Float32Array, which is the array to be filled.
-
-
Get the x-to-y value on the piecewise function.
-
-
Removes all piecewise points of the piecewise function.
-
-
Remove the piecewise point at the x position of the piecewise function.