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

Definition at line 35 of file psSpline.h.
Data Fields | |
| 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. | |
| psF32 * | p_psDomains |
| The boundaries between each spline piece. Size is n+1. | |
|
|
The boundaries between each spline piece. Size is n+1.
Definition at line 39 of file psSpline.h. |
|
|
The number of spline pieces.
Definition at line 37 of file psSpline.h. |
|
|
For cubic splines, the second derivative at each domain point. Size is n+1.
Definition at line 40 of file psSpline.h. |
|
|
The boundaries between each spline piece. Size is n+1.
Definition at line 41 of file psSpline.h. |
|
|
An array of n pointers to the spline polynomials.
Definition at line 38 of file psSpline.h. |
1.4.2