public class FloatIterator
extends java.lang.Object
Constructor and Description |
---|
FloatIterator(Grid g) |
FloatIterator(Grid g,
int boundCond,
int[] boundSize,
float clampValue,
int[] pos) |
FloatIterator(Grid g,
int boundCond,
int[] boundSize,
float clampValue,
int[] pos,
int[] dir) |
Modifier and Type | Method and Description |
---|---|
int[] |
getDirection() |
float |
getNext() |
int[] |
getPosition() |
boolean |
hasNext() |
static void |
main(java.lang.String[] args) |
void |
setDirection(int... dir) |
void |
setPosition(int... pos) |
public FloatIterator(Grid g)
public FloatIterator(Grid g, int boundCond, int[] boundSize, float clampValue, int[] pos, int[] dir)
public FloatIterator(Grid g, int boundCond, int[] boundSize, float clampValue, int[] pos)
public boolean hasNext()
public float getNext()
public int[] getPosition()
public void setPosition(int... pos)
public void setDirection(int... dir)
public int[] getDirection()
public static void main(java.lang.String[] args)