CardinalSplineToBezierSegmentConverterOpenCardinalSplineToBezierSegments Method |
Converts an open cardinal spline, given by the points in points, to Bezier segments.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PointD2D[] OpenCardinalSplineToBezierSegments(
PointD2D[] points,
int count,
double tension
)
Parameters
- points PointD2D
- The control points of the open cardinal spline curve.
- count Int32
- Number of control points of the closed cardinal spline curve.
- tension Double
- The tension of the cardinal spline.
Return Value
PointD2DBezier segments that constitute the closed curve.
Remarks Original name in Wine source: GdipAddPathClosedCurve2
See Also