An open API service indexing awesome lists of open source software.

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

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

![PIP Demo1: concave polygon Point-In-Polygon, in DHTML](screens/PIP-concave--Peek--01-11-2023--09-25.gif?raw=true "PIP Demo 1")

## DHTML version (HTML5+ES)

## Lua, Love2D version