Package | Description |
---|---|
math.geom2d.circulinear |
Definition of circulinear shapes and some implementations.
|
math.geom2d.conic |
Definition of various conic curves like circles, ellipses, parabolas and
hyperbolas, and their resepctive arcs.
|
math.geom2d.domain |
Curves interface hierarchy, and implementations of curve sets and various poly-curves.
|
Modifier and Type | Class and Description |
---|---|
class |
CirculinearBoundarySet2D<T extends CirculinearContour2D>
A circulinear boundary which is composed of several CirculinearRing2D.
|
Modifier and Type | Class and Description |
---|---|
class |
Hyperbola2D
An Hyperbola, which is represented as a curve set of two boundary curves
which are instances of HyperbolaBranch2D.
|
Modifier and Type | Method and Description |
---|---|
static BoundarySet2D<ContinuousBoundary2D> |
Boundary2DUtils.clipBoundary(Boundary2D boundary,
Box2D box)
Clips a boundary and closes the result curve.
|
static <T extends ContinuousBoundary2D> |
BoundarySet2D.create(Collection<T> curves)
Static factory for creating a new PolyCurve2D from a collection of
curves.
|
static <T extends ContinuousBoundary2D> |
BoundarySet2D.create(T[] curves)
Static factory for creating a new PolyCurve2D from an array of
curves.
|
BoundarySet2D<? extends ContinuousBoundary2D> |
BoundarySet2D.getReverseCurve() |
BoundarySet2D<? extends ContinuousBoundary2D> |
BoundarySet2D.transform(AffineTransform2D trans) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.