Basic A* algorithm used for a grid configuration space is restricted to 8-connectivity (Fig. 1). This means that it can find path that is based on connection between the closest possible cells. However this is not quite useful because there can be a lot of free space between the connected cells over long distances and these cells may not be linked by zigzag style. That is why the searching in every angle is introduced (Fig. 1).