Xuzebin Point In Polygon Save

An interactive program for creating polygons and determining if a given point is inside or outside the polygons

Project README

Point in Polygon

Experimenting the point-in-polygon algorithm with C++ and OpenGL.

Runtime

O(N), where N = #sides of polygon(s).

Build and Run

mkdir build && cd build
cmake ..
make

// Run example with single polygon
./Example

// Run example with multiple polygons 
// (i.e. you can draw multiple polygons and test
// if a point is inside of any of the polygons).
./Example2

Examples

Alt Text Alt Text

Open Source Agenda is not affiliated with "Xuzebin Point In Polygon" Project. README Source: xuzebin/point-in-polygon
Stars
29
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating