private final class Renderer.ScanlineIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[] |
crossings |
private int |
edgeCount |
private int[] |
edgePtrs |
private static int |
INIT_CROSSINGS_SIZE |
private int |
nextY |
Modifier | Constructor and Description |
---|---|
private |
ScanlineIterator() |
Modifier and Type | Method and Description |
---|---|
private int |
curY() |
private boolean |
hasNext() |
private int |
next() |
void |
reset() |
private int[] crossings
private int[] edgePtrs
private int edgeCount
private int nextY
private static final int INIT_CROSSINGS_SIZE