const expected = [ -0, -1, -2, 0, -4, -5, -6, 0, -8, -9, -10, 0, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.negate(m, newDst); }, expected);