Cube.fromAxial constructor

Cube.fromAxial(
  1. int q,
  2. int r
)

Implementation

Cube.fromAxial(int q, int r) : this(q, r, -q - r);