Changeset 23486 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Mar 23, 2009, 9:25:43 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r14452 r23486 46 46 * @return psSpline1D* new 1-D spline struct 47 47 */ 48 psSpline1D *psSpline1DAlloc( ) PS_ATTR_MALLOC;48 psSpline1D *psSpline1DAlloc(void) PS_ATTR_MALLOC; 49 49 50 50 /** Evaluates 1-D spline polynomials at a specific coordinate.
Note:
See TracChangeset
for help on using the changeset viewer.
