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 LatticePointComputerKurzweilContext. getNextRandomLatticePoint()LatticePointComputerKurzweilContext. 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 LatticePointLatticePoint. 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 LatticePointLatticePoint. start(LatticePoint worldDimensions)Methods in org.woehlke.computer.kurzweil.commons.model with parameters of type LatticePoint Modifier and Type Method Description voidLatticePoint. moveBy(LatticePoint p)voidLatticePoint. normalize(LatticePoint p)voidLatticePoint. plus(LatticePoint p)static LatticePointLatticePoint. 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 LatticePointParticleOrientation. 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 intSimulatedEvolutionWorldLattice. 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 LatticePointCellOrientation. getMove()LatticePointCell. getPosition()