| # | Line 25 | Line 25 | typedef struct { | |
|---|---|---|
| 25 | float smin[2]; /* sample minima */ | |
| 26 | float smax[2]; /* sample maxima */ | |
| 27 | float grid2; /* grid diameter squared */ | |
| 28 | + | void *c_data; /* client data pointer */ |
| 29 | struct interp2_samp { | |
| 30 | unsigned short dia[NI2DIR]; | |
| 31 | unsigned short infl[NI2DIM]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |