Changeset 10598 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Dec 9, 2006, 4:19:56 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r9730 r10598 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-1 0-24 22:52:56 $13 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-12-09 14:19:56 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 149 149 unsigned int nT ///< Number of terms in t 150 150 ); 151 152 bool psPolynomial2DRecycle(psPolynomial2D *poly, 153 psPolynomialType type, 154 unsigned int nX, 155 unsigned int nY); 156 157 psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out, 158 psPolynomial2D *poly); 151 159 152 160 /** Evaluates a 1-D polynomial at specific coordinates.
Note:
See TracChangeset
for help on using the changeset viewer.
