| 302 | |
| 303 | int biomeIndexAt(df::coord2d p); |
| 304 | int layerIndexAt(df::coord2d p) { |
| 305 | return index_tile(designation,p).bits.geolayer_index; |
| 306 | } |
| 307 | |
| 308 | df::coord2d biomeRegionAt(df::coord2d p); |
| 309 | const BiomeInfo &biomeInfoAt(df::coord2d p); |
no test coverage detected