COLUMN0ROW0

The index into Matrix2 for column 0, row 0.

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

See also