Function veloren_world::site2::gen::place_circular

source ยท
pub fn place_circular(
    center: Vec2<i32>,
    radius: f32,
    amount: i32,
) -> impl Iterator<Item = Vec2<i32>>