position method

double position(
  1. double circum
)

Implementation

double position(final double circum) => this.index / 8.0 * circum;