Skip to content

Algorithm to check if a point is within a 2D bounding polygon

Notifications You must be signed in to change notification settings

mikeyford/point-in-polygon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

point-in-polygon

Algorithm to check if a point is contained within a bounding polygon (in 2D cartesian coordinates) using the casting ray technique. It can be used to load a polygon and points from a list in a CSV file, or they can be manually specified by the user.

About

Algorithm to check if a point is within a 2D bounding polygon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages