#include <psSpline.h>
Collaboration diagram for psSpline1D:

Definition at line 33 of file psSpline.h.
Data Fields | |
| unsigned int | n |
| The number of spline pieces. | |
| psPolynomial1D ** | spline |
| An array of n pointers to the spline polynomials. | |
| psVector * | knots |
| The boundaries between each spline piece. Size is n+1. | |
| psF32 * | p_psDeriv2 |
| For cubic splines, the second derivative at each domain point. Size is n+1. | |
| unsigned int psSpline1D::n |
For cubic splines, the second derivative at each domain point. Size is n+1.
Definition at line 38 of file psSpline.h.
1.5.1