The standard constructor initialize all Points to (0/0) and the weight to 1;
The standard constructor initialize all Points to (0/0) and the weight to 1;
public QSpline();
This constructor initialize the points by the given paramters. The weight is st to 1.
public QSpline(xy,xy,xy);