Not quite sure how to name the topic.
Heres what i have a 2D rect that defines movable area, and set of 2D rects that define obstacles Now i would like to find a safe passage from point A to B.
I can't pit that into 2D grid, its a math problem i either use points or planes to define obstacles.
Any references or ideas?