| 189 | } |
| 190 | |
| 191 | inline bool WorldGeometry::equal(Vec2I const& p1, Vec2I const& p2) const { |
| 192 | return index(p1) == index(p2); |
| 193 | } |
| 194 | |
| 195 | inline unsigned WorldGeometry::index(int x) const { |
| 196 | return (unsigned)xwrap(x); |
no outgoing calls
no test coverage detected