[][src]Function ncollide3d::utils::point_in_poly2d

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

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