
com.barrybecker4.simulation.cave.model.kernal.Kernel.scala 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.
The newest version!
// Copyright by Barry G. Becker, 20016-2017. Licensed under MIT License: http://www.opensource.org/licenses/MIT
package com.barrybecker4.simulation.cave.model.kernal
/**
* Uses a kernal of some sort to count neighbors in a 2D grid.
* @author Barry Becker
*/
trait Kernel {
def countNeighbors(x: Int, y: Int): Double
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy