java.lang.Object
org.jhotdraw8.geom.QuadCurveCharacteristics
-
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleArrayListextremePoints(double x0, double y0, double x1, double y1, double x2, double y2) Computes the extreme points of the given quadratic curve.static DoubleArrayListComputes the extreme points of the given quadratic curve.
-
Method Details
-
extremePoints
Computes the extreme points of the given quadratic curve. -
extremePoints
public static DoubleArrayList extremePoints(double x0, double y0, double x1, double y1, double x2, double y2) Computes the extreme points of the given quadratic curve.References:
- Extremes for Bézier curves
- github.polettix.it
-