OpenCardinalSpline(IEnumerablePointD2D, Double, IReadOnlyPropertyBag) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic OpenCardinalSpline(
IEnumerable<PointD2D> points,
double tension,
IReadOnlyPropertyBag context
)
Parameters
- points IEnumerablePointD2D
- The spline points.
- tension Double
- The spline tension.
- context IReadOnlyPropertyBag
- The property context.
See Also