All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.barrybecker4.simulation.cave.model.kernal.Kernel Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
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