pub fn point_in_poly2d<N: RealField + Copy>(
    pt: &Point2<N>,
    poly: &[Point2<N>]
) -> bool
Expand description

Tests if the given point is inside of a polygon with arbitrary orientation.