|
|
|
|
Madagascar Programming Reference Manual |
|
|
void sf_int2_init (float** coord /* coordinates [nd][2] */,
float o1, float o2,
float d1, float d2,
int n1, int n2 /* axes */,
sf_interpolator interp /* interpolation function */,
int nf_in /* interpolator length */,
int nd_in /* number of data points */)
/*< initialize >*/
{
...
}