Changeset 1476 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Aug 11, 2004, 10:08:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r1440 r1476 8 8 * polynomials. It also contains a Gaussian functions. 9 9 * 10 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08- 09 23:34:57$10 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-11 20:07:45 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 352 352 /***************************************************************************** 353 353 Polynomial coefficients will be accessed in [w][x][y][z] fashion. 354 355 XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used 356 in polynomial evaluation. If so, then all of the following polynomial 357 evaluation functions must be modified to do so. 358 359 XXX: Should the "coeffErr[]" should be used as well? 354 360 *****************************************************************************/ 355 361 float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Note:
See TracChangeset
for help on using the changeset viewer.
