public class BitCollisionIterator extends BitIterator
Modifier and Type | Field and Description |
---|---|
static float |
One16thf |
float |
physicalX |
float |
physicalY |
float |
physicalYp1 |
float |
physicalZ |
float |
physicalZp1 |
x, y, z
Constructor and Description |
---|
BitCollisionIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
protected void |
yPlus() |
protected void |
zPlus() |
clampToRange, done, getNext, setNext
public static final float One16thf
public float physicalX
public float physicalY
public float physicalZ
public float physicalYp1
public float physicalZp1
public boolean hasNext()
hasNext
in class BitIterator
protected void yPlus()
yPlus
in class BitIterator
protected void zPlus()
zPlus
in class BitIterator