Package | Description |
---|---|
math.geom2d.line |
Implementations of 'linear shapes', i.e.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends LineArc2D> |
LineArc2D.getContinuousCurves() |
Constructor and Description |
---|
LineArc2D(LineArc2D line)
Construction by copy of another line arc
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.