Package de.gsi.chart.renderer.spi.utils
Class BezierCurve
- java.lang.Object
-
- de.gsi.chart.renderer.spi.utils.BezierCurve
-
public final class BezierCurve extends java.lang.Objectsmall tool class to calculate Bezier Curve control points see: https://en.wikipedia.org/wiki/B%C3%A9zier_curve- Author:
- rstein
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcalcCurveControlPoints(double[] xData, double[] yData, double[] xControlPoint1, double[] yControlPoint1, double[] xControlPoint2, double[] yControlPoint2, int length)
-