Skip to main content

place

Function place 

Source
pub fn place(
    heightmap: &Grid2D,
    biome_map: &BiomeMap,
    rivers: &RiverNetwork,
    max_settlements: usize,
    rng: &mut Rng,
) -> Vec<Settlement>
Expand description

Place settlements on the map.