pub fn get_visibility_polygon<T>(
    point: &Point<T, 2>,
    polygon: &Polygon<T>
) -> Option<Polygon<T>> where
    T: PolygonScalar
Expand description

Naive alogrithn for calculating visibility polygon