get

operator fun get(x: Int, y: Int): Boolean

Gets the requested bit, where true means black.

Return

value of given bit in matrix

Parameters

x

The horizontal component (i.e. which column)

y

The vertical component (i.e. which row)