const angle = 1.23; // switch to Array type to keep precision high for expected const expected = mat3n.multiply(m, mat3.rotationX(angle)); testMat3WithAndWithoutDest((newDst) => { return mat3.rotateX(m, angle, newDst); }, expected);