A B C D E F G H I J K L M N O P Q R S T U V W X Y

Q

QuadBezierCurve2D - Class in math.geom2d.spline
A quadratic Bezier curve, defined by 3 control points.
QuadBezierCurve2D() - Constructor for class math.geom2d.spline.QuadBezierCurve2D
Creates an empty quadratic bezier curve.
QuadBezierCurve2D(double[][]) - Constructor for class math.geom2d.spline.QuadBezierCurve2D
Build a new Bezier curve from its array of coefficients.
QuadBezierCurve2D(Point2D, Point2D, Point2D) - Constructor for class math.geom2d.spline.QuadBezierCurve2D
Build a new quadratic Bezier curve by specifying position of extreme points and position of control point.
QuadBezierCurve2D(Point2D[]) - Constructor for class math.geom2d.spline.QuadBezierCurve2D
 
QuadBezierCurve2D(double, double, double, double, double, double) - Constructor for class math.geom2d.spline.QuadBezierCurve2D
Build a new quadratic Bezier curve by specifying position of extreme points and position of control point.
quadTo(double, double, double, double) - Method in class math.geom2d.curve.GeneralPath2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quadTo(Point2D, Point2D) - Method in class math.geom2d.curve.GeneralPath2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.

A B C D E F G H I J K L M N O P Q R S T U V W X Y