IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2023, 10:30:15 AM (3 years ago)
Author:
eugene
Message:

add 2D, 3D, 4D versions of psVectorIRLSFitPolynomial, psPolynomialCopy, psPolynomialRecycle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/src/math/psPolynomial.h

    r42492 r42506  
    164164                           psPolynomialType type,
    165165                           unsigned int nX);
    166 
    167166bool psPolynomial2DRecycle(psPolynomial2D *poly,
    168167                           psPolynomialType type,
    169168                           unsigned int nX,
    170169                           unsigned int nY);
     170bool psPolynomial3DRecycle(psPolynomial3D *poly,
     171                           psPolynomialType type,
     172                           unsigned int nX,
     173                           unsigned int nY,
     174                           unsigned int nZ);
     175bool psPolynomial4DRecycle(psPolynomial4D *poly,
     176                           psPolynomialType type,
     177                           unsigned int nX,
     178                           unsigned int nY,
     179                           unsigned int nZ,
     180                           unsigned int nT);
    171181
    172182psPolynomial1D *psPolynomial1DCopy(psPolynomial1D *out,
    173183                                   psPolynomial1D *poly);
    174 
    175184psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out,
    176185                                   psPolynomial2D *poly);
     186psPolynomial3D *psPolynomial3DCopy(psPolynomial3D *out,
     187                                   psPolynomial3D *poly);
     188psPolynomial4D *psPolynomial4DCopy(psPolynomial4D *out,
     189                                   psPolynomial4D *poly);
    177190
    178191/** Evaluates a 1-D polynomial at specific coordinates.
Note: See TracChangeset for help on using the changeset viewer.