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.3179.0 (4.8.3179.0)
Syntax
C#
public CardinalSplinePointsController(
	List<PointD2D> curvePoints,
	double tension,
	GraphicBase documentNode
)

Parameters

curvePoints  ListPointD2D

[Missing <param name="curvePoints"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.CardinalSplinePointsController.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PointD2D},System.Double,Altaxo.Graph.Gdi.Shapes.GraphicBase)"]

tension  Double

[Missing <param name="tension"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.CardinalSplinePointsController.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PointD2D},System.Double,Altaxo.Graph.Gdi.Shapes.GraphicBase)"]

documentNode  GraphicBase

[Missing <param name="documentNode"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.CardinalSplinePointsController.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PointD2D},System.Double,Altaxo.Graph.Gdi.Shapes.GraphicBase)"]

See Also