SparseGrid

indigoextras.datatypes.SparseGrid
See theSparseGrid companion class
object SparseGrid

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SparseGrid.type

Members list

Value members

Concrete methods

def apply[A](size: Size): SparseGrid[A]
inline def indexToPoint(index: Int, gridWidth: Int): Point
inline def pointToIndex(point: Point, gridWidth: Int): Int