pub fn orientations_to_axcodes(orientations: Orientations) -> String
Expand description

Convert orientations to labels for axis directions

The “identity” orientation is RAS. Thus, calling this function with

[(0, Direction::Normal), (1, Direction::Normal), (2, Direction::Normal)]

would return “RAS”.