BitMatrix

constructor(dimension: Int)

Creates an empty square BitMatrix.

Parameters

dimension

height and width


constructor(width: Int, height: Int, multiple: Int)

Creates an empty BitMatrix.

Parameters

width

bit matrix width

height

bit matrix height