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