Click or drag to resize

CardinalSplinePointsController Constructor

Initializes a new instance of the CardinalSplinePointsController class.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CardinalSplinePointsController(
	List<PointD2D> curvePoints,
	double tension,
	GraphicBase documentNode
)

Parameters

curvePoints  ListPointD2D
The curve points.
tension  Double
The spline tension.
documentNode  GraphicBase
The owning document node.
See Also