compose/remote/Documentation/parts/matrix_constant.md
The MatrixConstant operation defines a static transformation matrix. In RemoteCompose, matrices are typically 3x3 (9 values) for 2D transformations, following the standard row-major indexing:
| MSCALE_X (0) | MSKEW_X (1) | MTRANS_X (2) |
| MSKEW_Y (3) | MSCALE_Y (4) | MTRANS_Y (5) |
| MPERSP_0 (6) | MPERSP_1 (7) | MPERSP_2 (8) |