Uses of Class
org.woehlke.computer.kurzweil.commons.model.LatticePoint
-
Uses of LatticePoint in org.woehlke.computer.kurzweil.application
Methods in org.woehlke.computer.kurzweil.application that return LatticePoint Modifier and Type Method Description LatticePoint
ComputerKurzweilContext. getNextRandomLatticePoint()
LatticePoint
ComputerKurzweilContext. getWorldDimensions()
-
Uses of LatticePoint in org.woehlke.computer.kurzweil.commons.model
Methods in org.woehlke.computer.kurzweil.commons.model that return LatticePoint Modifier and Type Method Description LatticePoint
LatticePoint. copy()
static LatticePoint[]
LatticeNeighbourhood. get(int worldX, int worldY, int myX, int myY)
static LatticePoint[]
LatticeNeighbourhood. getMoore(int worldX, int worldY, int myX, int myY)
static LatticePoint[]
LatticeNeighbourhood. getVonNeumann(int worldX, int worldY, int myX, int myY)
static LatticePoint[]
LatticeNeighbourhood. getWoehlke(int worldX, int worldY, int myX, int myY)
static LatticePoint
LatticePoint. start(LatticePoint worldDimensions)
Methods in org.woehlke.computer.kurzweil.commons.model with parameters of type LatticePoint Modifier and Type Method Description void
LatticePoint. moveBy(LatticePoint p)
void
LatticePoint. normalize(LatticePoint p)
void
LatticePoint. plus(LatticePoint p)
static LatticePoint
LatticePoint. start(LatticePoint worldDimensions)
Constructors in org.woehlke.computer.kurzweil.commons.model with parameters of type LatticePoint Constructor Description LatticePoint(LatticePoint other)
-
Uses of LatticePoint in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
Methods in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas that return LatticePoint Modifier and Type Method Description LatticePoint
ParticleOrientation. getMove()
-
Uses of LatticePoint in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
Methods in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model with parameters of type LatticePoint Modifier and Type Method Description int
SimulatedEvolutionWorldLattice. eat(LatticePoint position)
Reduces Food in the Grid by eating and delivers the food energy to the eating Cell. -
Uses of LatticePoint in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
Methods in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell that return LatticePoint Modifier and Type Method Description LatticePoint
CellOrientation. getMove()
LatticePoint
Cell. getPosition()