const expected = [ 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.scaling([2, 3, 4], newDst); }, expected);