|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundarySet2D | |
---|---|
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. |
Uses of BoundarySet2D in math.geom2d.circulinear |
---|
Subclasses of BoundarySet2D in math.geom2d.circulinear | |
---|---|
class |
CirculinearBoundarySet2D<T extends CirculinearContour2D>
A circulinear boundary which is composed of several CirculinearRing2D. |
Uses of BoundarySet2D in math.geom2d.conic |
---|
Subclasses of BoundarySet2D in math.geom2d.conic | |
---|---|
class |
Hyperbola2D
An Hyperbola, which is represented as a curve set of two boundary curves which are instances of HyperbolaBranch2D. |
Uses of BoundarySet2D in math.geom2d.domain |
---|
Methods in math.geom2d.domain that return BoundarySet2D | ||
---|---|---|
static BoundarySet2D<ContinuousBoundary2D> |
Boundary2DUtils.clipBoundary(Boundary2D boundary,
Box2D box)
Clips a boundary and closes the result curve. |
|
static
|
BoundarySet2D.create(Collection<T> curves)
Static factory for creating a new PolyCurve2D from a collection of curves. |
|
static
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |