Search the Community
Showing results for tags 'matrix'.
-
I have a 2-dimensional matrix, initialized to matrix_height [['-'] * 10] * 10 I replace certain boxes so as to have (visually) this: ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['A', 'A', 'A', 'A', '-', '-', '-', '-', '-', '-'] ['-', '-', '-', '-', '-', '-',
-
I Know That Parameters In The 2D Matrix Function Are: matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY()). But What Does Those (n)'s Parameters Mean In The 3D Matrix Function? matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)