- Timestamp:
- Jan 26, 2023, 10:40:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psLib.20230123/src/math/psSpline.h
r42324 r42326 51 51 */ 52 52 psSpline1D *psSpline1DAlloc(void) PS_ATTR_MALLOC; 53 54 /** Create an empty 1D spline **/ 55 psSpline1D *psSpline1DCreate( 56 int nKnots); ///< number of knots 53 57 54 58 /** Evaluates 1-D spline polynomials at a specific coordinate.
Note:
See TracChangeset
for help on using the changeset viewer.
