public class GenericCirculinearDomain2D extends GenericDomain2D implements CirculinearDomain2D
boundary| Constructor and Description |
|---|
GenericCirculinearDomain2D(CirculinearBoundary2D boundary) |
| Modifier and Type | Method and Description |
|---|---|
CirculinearBoundary2D |
getBoundary()
Returns the boundary of the set.
|
CirculinearDomain2D |
getBuffer(double dist)
Computes the buffer of the shape, formed by the set of points located
at a distance from the shape that is lower or equal to d.
|
CirculinearDomain2D |
transform(CircleInversion2D inv)
Transforms the shape by a circle inversion.
|
clip, complement, contains, contains, draw, fill, getBoundingBox, getDistance, getDistance, isBounded, isEmpty, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclip, complement, draw, fill, transformcontains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmptypublic GenericCirculinearDomain2D(CirculinearBoundary2D boundary)
public CirculinearBoundary2D getBoundary()
Domain2DThe returned curve is oriented, with an interior and an exterior.
getBoundary in interface CirculinearDomain2DgetBoundary in interface Domain2DgetBoundary in class GenericDomain2Dpublic CirculinearDomain2D getBuffer(double dist)
CirculinearShape2DgetBuffer in interface CirculinearShape2Ddist - the maximal distance between a point of the buffer and the
shapepublic CirculinearDomain2D transform(CircleInversion2D inv)
CirculinearShape2Dtransform in interface CirculinearDomain2Dtransform in interface CirculinearShape2Dinv - the circle inversionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.