Suppose I fill a rectangle with regular hexagons assuming periodic boundary conditions (each vertex/edge located at the boundary of the rectangle is equivalent to the opposed boundary if there is one).
Suppose moreover that we can only cut the hexagons along a line that passes trough edges or vertices. I am not sure if there is a unique way to build such a rectangle over an hexagonal tiling of the plane.
As far as I know it is not possible to have an integer number of hexagons inside a rectangle (nor a square).
What I'm looking for is how many vertices there are in such a rectangle -without multiple counting due to the periodic boundary conditions- as a function of its size !
I know that Euler's formula holds : $$v - e + f = 2$$ for $v$ vertices, $e$ edges and $f$ hexagons (faces). But I can't manage to derive a formula that takes the boundary conditions into account.