Method
GeglCurvecalc_values
Declaration [src]
void
gegl_curve_calc_values (
GeglCurve* curve,
gdouble x_min,
gdouble x_max,
guint num_samples,
gdouble* xs,
gdouble* ys
)
Description [src]
Compute a set (lookup table) of coordinates.
This method is not directly available to language bindings. |
Parameters
x_min |
gdouble |
The minimum value to compute for. |
|
x_max |
gdouble |
The maximum value to compute for. |
|
num_samples |
guint |
Number of samples to calculate. |
|
xs |
gdouble* |
Return location for the x coordinates. |
|
The data is owned by the caller of the function. | |
ys |
gdouble* |
Return location for the y coordinates. |
|
The data is owned by the caller of the function. |