[ [0, 1], [4, 5], ].forEach((expected, ndx) => { testV2WithAndWithoutDest((newDst) => { return mat3.getAxis(m, ndx, newDst); }, expected); });