Modifier and Type | Field and Description |
---|---|
DoublePoint2dImpl |
bot
Edge lower (x, y) coordinate
|
int[] |
bside
Bundle left / right indicators
|
BundleState[] |
bstate
Edge bundle state
|
int[][] |
bundle
Bundle edge flags
|
double |
dx
Change in x for a unit y increase
|
EdgeNode |
next
Next edge in the AET
|
EdgeNode |
next_bound
Pointer to next bound in LMT
|
PolygonNode[] |
outp
Output polygon / tristrip pointer
|
EdgeNode |
prev
Previous edge in the AET
|
EdgeNode |
succ
Edge connected at the upper end
|
DoublePoint2dImpl |
top
Edge upper (x, y) coordinate
|
int |
type
PolygonUtils / subject edge flag
|
DoublePoint2dImpl |
vertex
Piggy-backed contour vertex data
|
double |
xb
Scanbeam bottom x coordinate
|
double |
xt
Scanbeam top x coordinate
|
Constructor and Description |
---|
EdgeNode() |
public DoublePoint2dImpl vertex
public DoublePoint2dImpl bot
public DoublePoint2dImpl top
public double xb
public double xt
public double dx
public int type
public int[][] bundle
public int[] bside
public BundleState[] bstate
public PolygonNode[] outp
public EdgeNode next_bound
public EdgeNode()