pub fn check_point_inside_polygon(point: Vector2, points: &[Vector2]) -> bool
Expand description

Check if point is within a polygon described by array of vertices