Files
test/source
Campbell Barton 11e529f4f7 made the array interpolation function from last commit into a generic function
/* given an array with some invalid values this function interpolates valid values
 * replacing the invalid ones */
int interp_sparse_array(float *array, int list_size, float skipval)
2010-01-01 15:57:17 +00:00
..
2009-09-28 03:19:52 +00:00
2009-12-21 10:40:55 +00:00