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

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

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