Package | Description |
---|---|
math.geom2d.circulinear |
Definition of circulinear shapes and some implementations.
|
math.geom2d.polygon |
Definitions and implementations of shapes composed several line segments:
polylines, rings, polygons.
|
Modifier and Type | Method and Description |
---|---|
CirculinearBoundarySet2D<? extends CirculinearContour2D> |
CirculinearBoundarySet2D.getReverseCurve() |
CirculinearBoundarySet2D<? extends CirculinearContour2D> |
CirculinearBoundarySet2D.transform(CircleInversion2D inv) |
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() |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.