4.2 Ring Direction

For a typical polygon on \(S^2\), how can you find out ring direction?

  • A convention here is to define the inside as the left (or right) side of the polygon boundary when traversing its points in sequence. Reversal of the node order then switches inside and outside.

  • Additional resource: ESRI: Polygon page