field_of_view

Function field_of_view 

Source
pub fn field_of_view(
    start: Point,
    range: i32,
    fov_check: &dyn Algorithm2D,
) -> Vec<Point>
Expand description

Calculates field-of-view for a map that supports Algorithm2D.