Changeset 2269 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Nov 2, 2004, 5:30:30 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r2204 r2269 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-1 0-27 00:57:31$14 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-11-03 03:30:30 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 409 409 const psSpline1D *spline); 410 410 411 psS32 p_psVectorBinDisectF32(float *bins,412 psS32 numBins,413 float x);414 415 psS32 p_psVectorBinDisectS32(psS32 *bins,416 psS32 numBins,417 psS32 x);418 419 411 psS32 p_psVectorBinDisect(psVector *bins, 420 412 psScalar *x);
Note:
See TracChangeset
for help on using the changeset viewer.
