Package | Description |
---|---|
math.geom2d.circulinear |
Definition of circulinear shapes and some implementations.
|
math.geom2d.curve |
Curves interface hierarchy, and implementations of curve sets and various poly-curves.
|
math.geom2d.domain |
Curves interface hierarchy, and implementations of curve sets and various poly-curves.
|
math.geom2d.spline |
Bezier curves, and more generally polynomial curves.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundaryPolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D>
A continuous boundary which is composed of several continuous circulinear
curves.
|
class |
GenericCirculinearRing2D
A basic implementation of a CirculinearRing2D, which is supposed to be
always bounded and closed.
|
class |
PolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D>
A continuous curve which is composed of several continuous circulinear
curves.
|
Modifier and Type | Method and Description |
---|---|
PolyCurve2D<? extends ContinuousCurve2D> |
PolyCurve2D.getReverseCurve() |
PolyCurve2D<? extends ContinuousCurve2D> |
PolyCurve2D.getSubCurve(double t0,
double t1)
Returns an instance of PolyCurve2D.
|
PolyCurve2D<? extends ContinuousCurve2D> |
PolyCurve2D.transform(AffineTransform2D trans) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends PolyCurve2D<?>> |
PolyCurve2D.getContinuousCurves() |
Modifier and Type | Class and Description |
---|---|
class |
BoundaryPolyCurve2D<T extends ContinuousOrientedCurve2D>
A single continuous oriented curve, which defines the boundary of a planar
domain.
|
class |
PolyOrientedCurve2D<T extends ContinuousOrientedCurve2D>
A PolyOrientedCurve2D is a set of piecewise smooth curve arcs, such that the
end of a curve is the beginning of the next curve, and such that they do not
intersect nor self-intersect.
|
Modifier and Type | Class and Description |
---|---|
class |
PolyBezierCurve2D
Deprecated.
use PolyCubicBezierCurve2D instead
|
class |
PolyCubicBezierCurve2D
A set of Bezier curves, making a continuous curve.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.