IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2023, 10:40:25 AM (3 years ago)
Author:
eugene
Message:

adding function to generate an empty spline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psLib.20230123/src/math/psSpline.h

    r42324 r42326  
    5151 */
    5252psSpline1D *psSpline1DAlloc(void) PS_ATTR_MALLOC;
     53
     54/** Create an empty 1D spline **/
     55psSpline1D *psSpline1DCreate(
     56    int nKnots);                        ///< number of knots
    5357
    5458/** Evaluates 1-D spline polynomials at a specific coordinate.
Note: See TracChangeset for help on using the changeset viewer.