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.
|
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 | Interface and Description |
---|---|
interface |
CirculinearDomain2D
A domain whose boundary is a circulinear curve.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericCirculinearDomain2D
A specialization of GenericDomain2D, whose boundary is constrained to be
circulinear.
|
Modifier and Type | Method and Description |
---|---|
Domain2D |
Parabola2D.getDomain() |
Domain2D |
HyperbolaBranch2D.getDomain() |
Domain2D |
Ellipse2D.getDomain() |
Modifier and Type | Class and Description |
---|---|
class |
GenericDomain2D
A domain defined from its boundary.
|
Modifier and Type | Method and Description |
---|---|
Domain2D |
GenericDomain2D.clip(Box2D box) |
Domain2D |
Domain2D.clip(Box2D box) |
Domain2D |
GenericDomain2D.complement() |
Domain2D |
Domain2D.complement()
Returns the domain which complements this domain in the plane.
|
Domain2D |
BoundarySet2D.getDomain() |
Domain2D |
BoundaryPolyCurve2D.getDomain() |
Domain2D |
Boundary2D.getDomain()
Returns the domain delimited by this boundary.
|
Domain2D |
Domain2D.transform(AffineTransform2D transform) |
Modifier and Type | Method and Description |
---|---|
Domain2D |
StraightLine2D.getDomain() |
Modifier and Type | Interface and Description |
---|---|
interface |
Polygon2D
Represent any class made of a finite set of simply connected edges.
|
Modifier and Type | Class and Description |
---|---|
class |
HRectangle2D
HRectangle2D defines a rectangle with edges parallel to main axis.
|
class |
MultiPolygon2D
A polygonal domain whose boundary is composed of several disjoint continuous
LinearRing2D.
|
class |
Rectangle2D
Rectangle2D defines a rectangle rotated around its first corner.
|
class |
SimplePolygon2D
Represent a polygonal domain whose boundary is a single closed polyline.
|
Modifier and Type | Method and Description |
---|---|
Domain2D |
SimplePolygon2D.clip(Box2D box)
Returns the shape formed by the polygon clipped by the given box.
|
Domain2D |
Rectangle2D.clip(Box2D box)
Return the clipped polygon.
|
Domain2D |
HRectangle2D.clip(Box2D box)
Returns the clipping of the rectangle, as an instance of HRectangle2D.
|
static Domain2D |
Polygon2DUtils.createBuffer(Polygon2D polygon,
double d) |
Domain2D |
LinearRing2D.getDomain() |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.