Package | Description |
---|---|
org.openimaj.math.geometry.shape.util.polygon |
Modifier and Type | Field and Description |
---|---|
EdgeNode |
StNode.edge
Pointer to AET edge
|
EdgeNode |
LmtNode.first_bound
Pointer to bound list
|
EdgeNode[] |
ItNode.ie
Intersecting edge (bundle) pair
|
EdgeNode |
EdgeNode.next
Next edge in the AET
|
EdgeNode |
EdgeNode.next_bound
Pointer to next bound in LMT
|
EdgeNode |
EdgeNode.prev
Previous edge in the AET
|
EdgeNode |
EdgeNode.succ
Edge connected at the upper end
|
EdgeNode |
AetTree.top_node |
Modifier and Type | Method and Description |
---|---|
EdgeNode |
EdgeTable.getNode(int index) |
Constructor and Description |
---|
ItNode(EdgeNode edge0,
EdgeNode edge1,
double x,
double y,
ItNode next) |
StNode(EdgeNode edge,
StNode prev) |