MatrixUtil.positionDetectionPattern
class MatrixUtil
protected 
enum positionDetectionPattern = 
[[1, 1, 1, 1, 1, 1, 1], [1, 0, 0, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 1], [1, 0, 1, 1, 1, 0, 1], [1, 0, 1, 1, 1, 0, 1], [1, 0, 0, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1, 1]];
 
		ithox qrcode encoder matrixutil MatrixUtil 
		manifest constantsstatic functions 
	 
	
Position detection pattern.
@var array