Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
WritablePolygon2D
A modifiable
Polygon2D . |
Modifier and Type | Class and Description |
---|---|
class |
ClosedWritablePolygon2D
A
Polygon2D which contains all boundary points, and is defined by the
provided vertices. |
class |
DefaultWritablePolygon2D
A
DefaultWritablePolygon2D defined by the given vertices. |
class |
OpenWritablePolygon2D
A
Polygon2D which contains no boundary points, and is defined by the
provided vertices. |
Modifier and Type | Method and Description |
---|---|
static int |
Polygon2D.hashCode(Polygon2D polygon)
Computes a hash code for a polygon.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.