Function point_in_polygon

Source
pub fn point_in_polygon(p: Vector, pl: &[Vector], eps: Eps) -> PointPolygon
Expand description

点と多角形の位置関係を求める