19 float *createCoeffs(
float *x,
float *y );
20 float interp(
float z,
float *coeffs,
float *x,
float *y );
25 int set(
Points &pts,
int rtype );
27 float getValue(
float z );
28 int getPoint(
float z,
Point &pt );
30 float getDist(
Point &pt );
31 float getDist(
int ind );
33 enum Type { D0, D1, D2 };
This class creates an array a 2D points (x, y)
Definition Points.h:8
This class creates splines from point data.
Definition Spline.h:8
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct sets a 3D point (x, y, z)
Definition Point.h:5