Skip to main content

point_in_polygon

Function point_in_polygon 

Source
pub fn point_in_polygon(
    point: Vec2,
    polygon: &[Vec2],
    tolerance: f64,
) -> &'static str