COLUMN1ROW1

The index into Matrix2 for column 1, row 1.

const matrix = new Matrix2();
matrix[Cesium.Matrix2.COLUMN1ROW1] = 5.0; // set column 1, row 1 to 5.0

See also