|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineArc2D | |
---|---|
math.geom2d.line | Implementations of 'linear shapes', i.e. |
Uses of LineArc2D in math.geom2d.line |
---|
Methods in math.geom2d.line that return LineArc2D | |
---|---|
LineArc2D |
LineArc2D.clone()
|
LineArc2D |
LineArc2D.create(Point2D p1,
Point2D p2,
double t0,
double t1)
Static factory for creating a new LineArc2D |
LineArc2D |
LineArc2D.getParallel(double d)
|
LineArc2D |
LineArc2D.getReverseCurve()
Returns the line arc which have the same trace, but has the inverse parameterization. |
LineArc2D |
LineArc2D.getSubCurve(double t0,
double t1)
Returns a new LineArc2D, which is the portion of this LineArc2D delimited by parameters t0 and t1. |
LineArc2D |
LineArc2D.transform(AffineTransform2D trans)
|
Methods in math.geom2d.line that return types with arguments of type LineArc2D | |
---|---|
Collection<? extends LineArc2D> |
LineArc2D.getContinuousCurves()
|
Constructors in math.geom2d.line with parameters of type LineArc2D | |
---|---|
LineArc2D(LineArc2D line)
Construction by copy of another line arc |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |