Hi all.
I've completely stuck in pathfinding problem.
Imagine tha we have a "map" as a array of vectors (mathematical)
each shape segment (wall) has start point and end point(so delta is our vector)
how do i perform pathfinding in non tile-based map?

