CardinalSplinePointsController Constructor |
Namespace: Altaxo.Gui.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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