Changeset 2406 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Nov 23, 2004, 9:35:30 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r2370 r2406 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11- 15 21:13:17$9 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-23 19:35:30 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 14 14 * XXX: What happens if the polyEVal functions are called with data of the wrong 15 15 * type? 16 * XXX: Should the "coeffErr[]" be used as well? Bug ???. Ignore coeffErr 17 * 16 18 */ 17 19 /*****************************************************************************/ … … 274 276 Polynomial coefficients will be accessed in [w][x][y][z] fashion. 275 277 276 XXX: Should the "coeffErr[]" be used as well?277 278 *****************************************************************************/ 278 279 static float ordPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Note:
See TracChangeset
for help on using the changeset viewer.
