export enum Huedir {
    ShortestDistance = 0,
    LongestDistance = 1,
    Up = 2,
    Down = 3
}
