WXP C++ Library Version 6.74.9
|
This class creates splines from point data. More...
#include "../include/Spline.h"
Public Types | |
enum | Type { D0 , D1 , D2 } |
Public Member Functions | |
Spline (Points &pts, int rtype) | |
int | set (Points &pts, int rtype) |
float | getValue (float z) |
int | getPoint (float z, Point &pt) |
float | getDist () |
float | getDist (Point &pt) |
float | getDist (int ind) |
This class creates splines from point data.