flat_terrain(height, bounds: Bounds) → Terrain[source] Create a flat terrain. Parameters:¶ height : float¶The height of the terrain. bounds : Bounds¶The bounds of the terrain. Returns:¶ A Terrain object representing the flat terrain. Return type:¶ Terrain