| Package | Description |
|---|---|
| math.geom2d.line |
Implementations of 'linear shapes', i.e. curves which can be embedded into a
straight lines, like
straight lines,
line segments, or rays. |
| Modifier and Type | Method and Description |
|---|---|
LineArc2D |
LineArc2D.clone()
Deprecated.
|
LineArc2D |
LineArc2D.create(Point2D p1,
Point2D p2,
double t0,
double t1)
Deprecated.
Static factory for creating a new LineArc2D
|
LineArc2D |
LineArc2D.getParallel(double d)
Deprecated.
|
LineArc2D |
LineArc2D.getReverseCurve()
Deprecated.
Returns the line arc which have the same trace, but has the inverse
parameterization.
|
LineArc2D |
LineArc2D.getSubCurve(double t0,
double t1)
Deprecated.
Returns a new LineArc2D, which is the portion of this LineArc2D delimited
by parameters t0 and t1.
|
LineArc2D |
LineArc2D.transform(AffineTransform2D trans)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends LineArc2D> |
LineArc2D.getContinuousCurves()
Deprecated.
|
| Constructor and Description |
|---|
LineArc2D(LineArc2D line)
Deprecated.
Construction by copy of another line arc
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.