mirror of
https://github.com/Wessel/Roommapper.git
synced 2026-07-20 15:03:58 +02:00
add comment
This commit is contained in:
@@ -29,7 +29,7 @@ public class RoutePlan: IRoute {
|
||||
// Add obstacles cell by cell
|
||||
foreach (var obj in parsedBody?.objects)
|
||||
{
|
||||
planner.AddObstacleCell(obj[0], obj[1]);
|
||||
planner.AddObstacleCell(obj[0], obj[1]); // Get x and y for every coordinate in the parsedbody array
|
||||
}
|
||||
|
||||
List<Point> PlanPath = planner.PlanPath();
|
||||
|
||||
Reference in New Issue
Block a user