|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CirculinearDomain2D
A domain whose boundary is a circulinear curve.
Field Summary |
---|
Fields inherited from interface math.geom2d.Shape2D |
---|
ACCURACY |
Method Summary | |
---|---|
CirculinearBoundary2D |
boundary()
Returns the boundary of the set. |
CirculinearDomain2D |
complement()
Returns the domain which complements this domain in the plane. |
java.util.Collection<? extends CirculinearContour2D> |
contours()
Returns the set of contours that enclose this domain. |
CirculinearDomain2D |
transform(CircleInversion2D inv)
Transforms the shape by a circle inversion. |
Methods inherited from interface math.geom2d.circulinear.CirculinearShape2D |
---|
buffer |
Methods inherited from interface math.geom2d.domain.Domain2D |
---|
asPolygon, clip, draw, fill, transform |
Methods inherited from interface math.geom2d.Shape2D |
---|
boundingBox, contains, contains, distance, distance, isBounded, isEmpty |
Methods inherited from interface math.geom2d.GeometricObject2D |
---|
almostEquals |
Method Detail |
---|
CirculinearBoundary2D boundary()
Domain2D
The returned curve is oriented, with an interior and an exterior.
boundary
in interface Domain2D
java.util.Collection<? extends CirculinearContour2D> contours()
Domain2D
contours
in interface Domain2D
Contour2D
CirculinearDomain2D complement()
Domain2D
complement
in interface Domain2D
CirculinearDomain2D transform(CircleInversion2D inv)
CirculinearShape2D
transform
in interface CirculinearShape2D
inv
- the circle inversion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |