An NDoc Documented Class Library

QSpline Constructor

The standard constructor initialize all Points to (0/0) and the weight to 1;

Overload List

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);

See Also

QSpline Class | Minais.Drawing3d.Curves Namespace