point_in_polygon

Function point_in_polygon 

Source
pub fn point_in_polygon(point: (f64, f64), polygon: &[(f64, f64)]) -> bool