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