com.barrybecker4.simulation.cave.model.kernal.Kernel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bb4-cave Show documentation
Show all versions of bb4-cave Show documentation
bb4-simulations java code.
package com.barrybecker4.simulation.cave.model.kernal;
/**
* Uses a kernal of some sort to count neighbors in a 2D grid.
* @author Barry Becker
*/
public interface Kernel {
double countNeighbors(int x, int y);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy