Package | Description |
---|---|
math.geom2d.line |
Implementations of 'linear shapes', i.e.
|
math.geom2d.polygon |
Definitions and implementations of shapes composed several line segments:
polylines, rings, polygons.
|
math.geom2d.transform |
Contains interface hierarchy for planar transforms, and implementations for
specialized transforms.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosedPolyline2D
Deprecated.
use math.geom2d.polygon.Ring2D instead (0.7.0)
|
Modifier and Type | Class and Description |
---|---|
class |
Ring2D
Deprecated.
replaced by LinearRing2D (0.8.0)
|
Modifier and Type | Method and Description |
---|---|
LinearRing2D |
LinearRing2D.clone() |
static LinearRing2D |
LinearRing2D.create(Collection<? extends Point2D> points)
Static factory for creating a new LinearRing2D from a collection of
points.
|
static LinearRing2D |
LinearRing2D.create(Point2D[] points)
Static factory for creating a new LinearRing2D from an array of
points.
|
LinearRing2D |
LinearRing2D.getReverseCurve()
Returns the closed polyline with same points taken in reverse order.
|
LinearRing2D |
LinearRing2D.transform(AffineTransform2D trans)
Return the transformed shape, as a ClosePolyline2D.
|
Modifier and Type | Method and Description |
---|---|
CirculinearBoundarySet2D<LinearRing2D> |
SimplePolygon2D.getBoundary()
Returns a set of one LinearRing2D, which encloses the polygon.
|
CirculinearBoundarySet2D<LinearRing2D> |
Rectangle2D.getBoundary() |
CirculinearBoundarySet2D<? extends LinearRing2D> |
Polygon2D.getBoundary() |
CirculinearBoundarySet2D<LinearRing2D> |
MultiPolygon2D.getBoundary() |
CirculinearBoundarySet2D<LinearRing2D> |
HRectangle2D.getBoundary() |
Collection<? extends LinearRing2D> |
LinearRing2D.getContinuousCurves() |
Collection<LinearRing2D> |
SimplePolygon2D.getRings() |
Collection<LinearRing2D> |
Rectangle2D.getRings() |
Collection<? extends LinearRing2D> |
Polygon2D.getRings()
Returns the set of rings comprising the boundary of this polygon.
|
Collection<LinearRing2D> |
MultiPolygon2D.getRings() |
Collection<LinearRing2D> |
HRectangle2D.getRings() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPolygon2D.addPolyline(LinearRing2D ring)
Deprecated.
|
void |
MultiPolygon2D.addRing(LinearRing2D ring) |
static BoundaryPolyCurve2D<SmoothOrientedCurve2D> |
Polyline2DUtils.createClosedParallel(LinearRing2D polyline,
double d)
Creates a curve parallel to the given polyline, at a distance d.
|
Constructor and Description |
---|
MultiPolygon2D(LinearRing2D ring) |
MultiPolygon2D(LinearRing2D[] rings) |
Constructor and Description |
---|
MultiPolygon2D(Collection<LinearRing2D> lines) |
Modifier and Type | Method and Description |
---|---|
BoundaryPolyCurve2D<CircleArc2D> |
CircleInversion2D.transformRing(LinearRing2D ring) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.