MatrixUtil.positionAdjustmentPattern

Position adjustment pattern.

@var array

class MatrixUtil
protected
enum positionAdjustmentPattern = [[1, 1, 1, 1, 1], [1, 0, 0, 0, 1], [1, 0, 1, 0, 1], [1, 0, 0, 0, 1], [1, 1, 1, 1, 1]];

Meta