TaipanRex / pyvisgraph

Given a list of simple obstacle polygons, build the visibility graph and find the shortest path between two points
MIT License
221 stars 45 forks source link

Find and store bounding boxes to polygons when initializing a graph #13

Open TaipanRex opened 8 years ago

TaipanRex commented 8 years ago

This will be used to enhance point_in_polygon and possibly edge initialization.