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

pub fn point_in_poly2d(
    pt: &OPoint<f32, Const<2_usize>>,
    poly: &[OPoint<f32, Const<2_usize>>]
) -> bool
Expand description

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