$width
$width : integer
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.
getRow(integer $y, \BaconQrCode\Common\BitArray $row = null) : \BaconQrCode\Common\BitArray
A fast method to retrieve one row of data from the matrix as a BitArray.
integer | $y | |
\BaconQrCode\Common\BitArray | $row |
setRow(integer $y, \BaconQrCode\Common\BitArray $row) : void
Sets a row of data from a BitArray.
integer | $y | |
\BaconQrCode\Common\BitArray | $row |
Loading…