pub fn field_of_view( start: Point, range: i32, fov_check: &dyn Algorithm2D, ) -> Vec<Point>
Calculates field-of-view for a map that supports Algorithm2D.