public static bool IsVertOrient(this MoveDirection direction) { return(direction.IsUp() || direction.IsDown()); }