[][src]Function parry3d::utils::point_in_poly2d

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

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