pub fn is_single_point_in_polygon( point: &Point2<f64>, polygon: &[Point2<f64>], ) -> bool
A premade variant of the single point-in-polygon algorithm function, made for double precision floating-point arithmetic.