- Timestamp:
- Aug 16, 2023, 10:30:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psLib/src/math/psPolynomial.h
r42492 r42506 164 164 psPolynomialType type, 165 165 unsigned int nX); 166 167 166 bool psPolynomial2DRecycle(psPolynomial2D *poly, 168 167 psPolynomialType type, 169 168 unsigned int nX, 170 169 unsigned int nY); 170 bool psPolynomial3DRecycle(psPolynomial3D *poly, 171 psPolynomialType type, 172 unsigned int nX, 173 unsigned int nY, 174 unsigned int nZ); 175 bool psPolynomial4DRecycle(psPolynomial4D *poly, 176 psPolynomialType type, 177 unsigned int nX, 178 unsigned int nY, 179 unsigned int nZ, 180 unsigned int nT); 171 181 172 182 psPolynomial1D *psPolynomial1DCopy(psPolynomial1D *out, 173 183 psPolynomial1D *poly); 174 175 184 psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out, 176 185 psPolynomial2D *poly); 186 psPolynomial3D *psPolynomial3DCopy(psPolynomial3D *out, 187 psPolynomial3D *poly); 188 psPolynomial4D *psPolynomial4DCopy(psPolynomial4D *out, 189 psPolynomial4D *poly); 177 190 178 191 /** Evaluates a 1-D polynomial at specific coordinates.
Note:
See TracChangeset
for help on using the changeset viewer.
