Package | Description |
---|---|
org.openimaj.math.geometry.shape.util.polygon |
Modifier and Type | Field and Description |
---|---|
PolygonNode[] |
EdgeNode.outp
Output polygon / tristrip pointer
|
Modifier and Type | Method and Description |
---|---|
PolygonNode |
TopPolygonNode.add_local_min(double x,
double y) |
Modifier and Type | Method and Description |
---|---|
void |
TopPolygonNode.merge_left(PolygonNode p,
PolygonNode q) |
void |
TopPolygonNode.merge_right(PolygonNode p,
PolygonNode q) |
Constructor and Description |
---|
PolygonNode(PolygonNode next,
double x,
double y) |