Changeset 2324 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Nov 10, 2004, 12:43:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r2273 r2324 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11- 04 01:04:59$9 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-10 22:43:48 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 13 * 14 * XXX: What happens if the polyEVal functions are called with dat of the wrong14 * XXX: What happens if the polyEVal functions are called with data of the wrong 15 15 * type? 16 *17 16 */ 18 17 /*****************************************************************************/ … … 275 274 Polynomial coefficients will be accessed in [w][x][y][z] fashion. 276 275 277 XXX: Should the "coeffErr[]" shouldbe used as well?276 XXX: Should the "coeffErr[]" be used as well? 278 277 *****************************************************************************/ 279 278 static float ordPolynomial1DEval(float x, const psPolynomial1D* myPoly) … … 329 328 psFree(d); 330 329 return(tmp); 330 331 331 /* 332 332 … … 2017 2017 XXX: This stuff does not currently work with a mask. 2018 2018 2019 XXX: nobody asked for us to generate this routine.2020 2021 2019 XXX: add another psScalar argument for the result. 2022 2020
Note:
See TracChangeset
for help on using the changeset viewer.
