visibility-graph-algorithm
There are 5 repositories under visibility-graph-algorithm topic.
TaipanRex/pyvisgraph
Given a list of simple obstacle polygons, build the visibility graph and find the shortest path between two points
jannikmi/extremitypathfinder
python package for fast shortest path computation on 2D polygon or grid maps
emranemon/cppvisgraph
Input a list of simple obstacle polygons, build the visibility graph and find the shortest path between two points.
laugengebaeck/BwInf-37-R2
Meine Lösungen für die 2. Runde des 37. Bundeswettbewerbs Informatik
Gabriel-Kahen/EasyVGA
Perform a visibility graph analysis quickly and easily. Visibility calculation done in C.