1% =========================================================================== %
2%> @brief convert a number to an axis
4%> @param num number to convert (1, 2, 3)
6%> @retval axis axis (x, y, z)
8%> @copyright see the file @ref LICENSE in the root directory of the repository
9% =========================================================================== %
26 error("The number %d does not correspond to an axis", num)
function num2axis(in num)
convert a number to an axis