https://github.com/arkenidar/point_in_polygon
by checking if point is inside draws
https://github.com/arkenidar/point_in_polygon
2d algorithm canvas easy-to-understand js naive
Last synced: 8 months ago
JSON representation
by checking if point is inside draws
- Host: GitHub
- URL: https://github.com/arkenidar/point_in_polygon
- Owner: arkenidar
- Created: 2020-03-20T20:06:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T14:42:48.000Z (9 months ago)
- Last Synced: 2025-02-15T12:14:48.630Z (8 months ago)
- Topics: 2d, algorithm, canvas, easy-to-understand, js, naive
- Language: JavaScript
- Homepage: https://arkenidar.github.io/point_in_polygon/
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# point_in_polygon
Draws by checking if point is inside. This requires a "point in polygon" testing.## gif-recorded usage demos

## DHTML version (HTML5+ES)
## Lua, Love2D version