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

pub fn point_in_poly2d(
    pt: &Point<f32, 2_usize>,
    poly: &[Point<f32, 2_usize>]
) -> bool

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