java.lang.Object
org.jhotdraw8.geom.QuadCurveCharacteristics
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull DoubleArrayListextremePoints(double x0, double y0, double x1, double y1, double x2, double y2) Computes the extreme points of the given quadratic curve.static @NonNull DoubleArrayListComputes the extreme points of the given quadratic curve.
-
Method Details
-
extremePoints
Computes the extreme points of the given quadratic curve. -
extremePoints
public static @NonNull 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
-