Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Instructions to build

mkdir build

cd build

cmake ..

make

Instructions to run

./test_polygon

Implementation

See here for algorithm for how to determine if a point is inside a polygon