Function heron::rapier_plugin::rapier::ncollide::utils::point_in_poly2d[][src]

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

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