CubicCurve |
CubicCurve.getCopy() |
|
CubicCurve |
QuadraticCurve.getElevated() |
|
CubicCurve[] |
Ellipse.getOutlineSegments() |
Calculates the outline segments of this Ellipse .
|
CubicCurve |
CubicCurve.getTransformed(AffineTransform t) |
|
CubicCurve |
CubicCurve.setCtrl1(Point ctrl1) |
|
CubicCurve |
CubicCurve.setCtrl1X(double ctrl1x) |
Sets the x coordinate of the first handle Point of this
CubicCurve to the given value.
|
CubicCurve |
CubicCurve.setCtrl1Y(double ctrl1y) |
Sets the y coordinate of the first handle Point of this
CubicCurve to the given value.
|
CubicCurve |
CubicCurve.setCtrl2(Point ctrl2) |
|
CubicCurve |
CubicCurve.setCtrl2X(double ctrl2x) |
Sets the x coordinate of the second handle Point of this
CubicCurve to the given value.
|
CubicCurve |
CubicCurve.setCtrl2Y(double ctrl2y) |
Sets the y coordinate of the second handle Point of this
CubicCurve to the given value.
|
CubicCurve |
CubicCurve.setCurve(Point p1,
Point ctrl1,
Point ctrl2,
Point p2) |
|
CubicCurve[] |
CubicCurve.split(double t) |
|
CubicCurve[] |
Arc.toBezier() |
|
CubicCurve |
BezierCurve.toCubic() |
|