pub fn point_in_poly2d(pt: &Point2<Real>, poly: &[Point2<Real>]) -> bool
Expand description

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