h3IsResClassIII abstract method

bool h3IsResClassIII(
  1. BigInt h3Index
)

Determines if h3Index is Class III (rotated versus the icosahedron and subject to shape distortion adding extra points on icosahedron edges, making them not true hexagons).

Implementation

bool h3IsResClassIII(BigInt h3Index);