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, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clip, complement, draw, fill, transform
contains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmpty
public GenericCirculinearDomain2D(CirculinearBoundary2D boundary)
public CirculinearBoundary2D getBoundary()
Domain2D
The returned curve is oriented, with an interior and an exterior.
getBoundary
in interface CirculinearDomain2D
getBoundary
in interface Domain2D
getBoundary
in class GenericDomain2D
public CirculinearDomain2D getBuffer(double dist)
CirculinearShape2D
getBuffer
in interface CirculinearShape2D
dist
- the maximal distance between a point of the buffer and the
shapepublic CirculinearDomain2D transform(CircleInversion2D inv)
CirculinearShape2D
transform
in interface CirculinearDomain2D
transform
in interface CirculinearShape2D
inv
- the circle inversionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.