Skip to content

direction_index2str

esta.general.direction_index2str

direction_indx_to_str(direction_indices)

simple way to change direction indices to strings

e.g.

[1,0,0] → ['x', '0', '0'][1,0,1] → ['x', '0', 'z'][1,1,1] → ['x', 'y', 'z'] ... ...