1 2 3 4 5 6 7
class Route_t: Horizontal_First = 0 Vertical_First = 1 Diagonal = 2 Circular = 3 Manhattan = 4 Random = 5