COLUMN0ROW1
The index into Matrix2 for column 0, row 1.
const matrix = new Matrix2();
matrix[Cesium.Matrix2.COLUMN0ROW1] = 5.0; // set column 0, row 1 to 5.0
Content copied to clipboard
The index into Matrix2 for column 0, row 1.
const matrix = new Matrix2();
matrix[Cesium.Matrix2.COLUMN0ROW1] = 5.0; // set column 0, row 1 to 5.0