$width
$width : int
Width of the bit matrix.
Bit matrix.
Represents a 2D matrix of bits. In function arguments below, and throughout the common module, x is the column position, and y is the row position. The ordering is always x, y. The origin is at the top-left.
$width : int
Width of the bit matrix.
$height : int
Height of the bit matrix.
$rowSize : int
Size in bits of each individual row.