pub fn point_in_poly2d<N: RealField + Copy>( pt: &Point2<N>, poly: &[Point2<N>], ) -> bool
Tests if the given point is inside of a polygon with arbitrary orientation.