// The first section contains all of the arguments
// The second converts the arguments into a two-dimensional array
/* matrix layout
* ,-------------------.
* | 00 | 01 | 02 | 03 |
* |----|----|----|----|
* | 10 | 11 | 12 | |
* |----|----|----| 13 |
* | 20 | 21 | 22 | |
* |----|----|----|----|
* | 30 | 31 | 32 | |
* |----|----|----| 33 |
* | 40 | 41 | |
* `-------------------'
*/