longestPath constant

_LongestPathDirection const longestPath

Always takes the longest angular path (> 180°). Complementary to shortestPath. Direction (east/west) follows whichever way shortestPath would go, but on the opposite arc.

Implementation

static const longestPath = _LongestPathDirection();