roy-t / AStar

A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencies. The library is licensed under the MIT license.
http://roy-t.nl
MIT License
338 stars 60 forks source link

Fix error in boundary check #29

Closed FabianKramm closed 4 years ago

FabianKramm commented 4 years ago

Fixed a small error in the boundary IsInside check function

roy-t commented 4 years ago

Thanks @FabianKramm I'll integrate it!