Changeset 1846 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Sep 21, 2004, 3:30:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r1831 r1846 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-09- 18 01:50:45$14 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-22 01:30:21 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 383 383 typedef struct 384 384 { 385 int n; 386 psPolynomial1D **spline; 387 float *domains; 385 int n; ///< The number of spline polynomials 386 psPolynomial1D **spline; ///< An array of n pointers to the spline polynomials 387 float *p_psDeriv2; ///< For cubic splines, the second derivative at each domain point. Size is n+1. 388 float *domains; ///< The boundaries between each spline piece. Size is n+1. 388 389 } 389 390 psSpline1D;
Note:
See TracChangeset
for help on using the changeset viewer.
