Constructs a polyline with the knots and point values established.
Public Sub New(
knots As KnotCollection,
controlPoints As Point2dCollection
)
public PolylineCurve2d(
KnotCollection knots,
Point2dCollection controlPoints
);
| Parameters | Description |
|---|---|
| KnotCollection knots | Input knot vectors |
| Point2dCollection controlPoints | Input collection of fit points |