Package | Description |
---|---|
math.geom2d |
Planar geometry toolbox.
|
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.
|
math.geom2d.line |
Implementations of 'linear shapes', i.e.
|
math.geom2d.polygon |
Definitions and implementations of shapes composed several line segments:
polylines, rings, polygons.
|
Modifier and Type | Method and Description |
---|---|
Boundary2D |
Box2D.getBoundary()
Returns the boundary of this box.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CircleLine2D
Tagging interface to be able to consider in a same way circles and lines.
|
interface |
CirculinearBoundary2D
A Boundary which is composed of Circulinear elements.
|
interface |
CirculinearContour2D
Tagging interface to gather Continuous and boundary circulinear curves.
|
interface |
CirculinearRing2D
Future interface for circulinear boundary curves which are both bounded
and closed.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundaryPolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D>
A continuous boundary which is composed of several continuous circulinear
curves.
|
class |
CirculinearBoundarySet2D<T extends CirculinearContour2D>
A circulinear boundary which is composed of several CirculinearRing2D.
|
class |
GenericCirculinearRing2D
A basic implementation of a CirculinearRing2D, which is supposed to be
always bounded and closed.
|
Modifier and Type | Method and Description |
---|---|
Boundary2D |
CirculinearContour2D.getReverseCurve() |
Boundary2D |
CirculinearBoundary2D.getReverseCurve() |
Boundary2D |
CirculinearBoundary2D.transform(CircleInversion2D inv) |
Modifier and Type | Interface and Description |
---|---|
interface |
Conic2D
Interface for all conic curves: parametric conics, or ellipses, parabolas,
and hyperbolas.
|
Modifier and Type | Class and Description |
---|---|
class |
Circle2D
A circle in the plane, defined as the set of points located at an equal
distance from the circle center.
|
class |
Ellipse2D
An ellipse in the plane.
|
class |
Hyperbola2D
An Hyperbola, which is represented as a curve set of two boundary curves
which are instances of HyperbolaBranch2D.
|
class |
HyperbolaBranch2D
Branch of an Hyperbola2D.
|
class |
Parabola2D
A parabola, defined by its vertex, its orientation, and its pedal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousBoundary2D
A continuous boundary is a continuous oriented curve which delimits a
connected planar domain.
|
interface |
SmoothBoundary2D
Tagging interface to represent in unified way smooth curves which are
boundaries.
|
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 |
BoundarySet2D<T extends ContinuousBoundary2D>
A BoundarySet2D is a set of continuous oriented curves.
|
Modifier and Type | Field and Description |
---|---|
protected Boundary2D |
GenericDomain2D.boundary |
Modifier and Type | Method and Description |
---|---|
Boundary2D |
GenericDomain2D.getBoundary() |
Boundary2D |
Domain2D.getBoundary()
Returns the boundary of the set.
|
Boundary2D |
ContinuousBoundary2D.getReverseCurve() |
Boundary2D |
ContinuousBoundary2D.transform(AffineTransform2D trans) |
Modifier and Type | Method and Description |
---|---|
static BoundarySet2D<ContinuousBoundary2D> |
Boundary2DUtils.clipBoundary(Boundary2D boundary,
Box2D box)
Clips a boundary and closes the result curve.
|
Constructor and Description |
---|
GenericDomain2D(Boundary2D boundary) |
Modifier and Type | Class and Description |
---|---|
class |
ClosedPolyline2D
Deprecated.
use math.geom2d.polygon.Ring2D instead (0.7.0)
|
class |
StraightLine2D
Implementation of a straight line.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRing2D
A LinearRing2D is a Polyline2D whose last point is connected to the first one.
|
class |
Ring2D
Deprecated.
replaced by LinearRing2D (0.8.0)
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.