Closed KamilSJaron closed 6 years ago
Besides internal indexes of demes I should add an information about it's position in the world. This information would be passed during instanciation.
from commit 6de04a329b749f5429c82ad42d933b3f1072c897 x,y information of demes is available as private members (ints) of class deme. Publicly accessible using getters : getX(); and getY();.
getX();
getY();
Besides internal indexes of demes I should add an information about it's position in the world. This information would be passed during instanciation.