[ [0, 1, 2], [4, 5, 6], [8, 9, 10], ].forEach((expected, ndx) => { testVec3WithAndWithoutDest((newDst) => { return mat4.getAxis(m, ndx, newDst); }, expected); });