pentagonCount method

int pentagonCount()

@defgroup getPentagons getPentagons Functions for getPentagons @{ / /** @brief returns the number of pentagons per resolution

Implementation

int pentagonCount() {
  return _pentagonCount();
}