const expected = [ 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.uniformScaling3D(2, newDst); }, expected);