Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 236 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 236 Bytes

Point-in-Polygon

Implementation of the Ray Casting Algorithm in Python for determining a Point inside of a Polygon.

Ray Casting Image

Reference for Algorithm