Return x coordinate at field \a f
| 179 | } |
| 180 | /// Return x coordinate at field \a f |
| 181 | int x(int f) const { |
| 182 | return f % n; |
| 183 | } |
| 184 | /// Return y coordinate at field \a f |
| 185 | int y(int f) const { |
| 186 | return f / n; |
no outgoing calls
no test coverage detected