Changeset 2741 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Dec 16, 2004, 2:18:31 PM (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
r2716 r2741 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-12-1 5 23:35:34$9 * @version $Revision: 1.73 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-17 00:18:31 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 306 306 // XXX: You can do this without having to psAlloc() vector d. 307 307 // XXX: How does the mask vector effect Crenshaw's formula? 308 // XXX: We assume that x is scaled between -1.0 and 1.0; 308 309 static float chebPolynomial1DEval(float x, const psPolynomial1D* myPoly) 309 310 { 311 // PS_FLOAT_CHECK_RANGE(x, -1.0, 1.0, 0.0); 312 PS_FLOAT_CHECK_RANGE(x, -1.0, 1.0, 0.0); 310 313 psVector *d; 311 314 psS32 n;
Note:
See TracChangeset
for help on using the changeset viewer.
