Skip to content

arkenidar/point_in_polygon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

point_in_polygon

Draws by checking if point is inside. This requires a "point in polygon" testing.

documented elsewhere ( ??? )

  • https://en.wikipedia.org/wiki/Point_in_polygon
    • mentions :
      • Ray casting algorithm .
      • Winding number algorithm .
    • doesn't mention :
      • Concavity-removal algorithm ( this how I named this not sure if it's already discovered and baptized , named somehow ) .

gif-recorded usage demos

PIP Demo1: concave polygon Point-In-Polygon, in DHTML

DHTML version (HTML5+ES)

Lua, Love2D version

https://github.com/arkenidar/Lua_Love2D_PointInPolygon-Algorithm

Releases

No releases published

Packages

 
 
 

Contributors