Skip to content
Snippets Groups Projects
Commit d8f0745c authored by Yousra Hassan's avatar Yousra Hassan
Browse files

ajout commentaire test

parent 43cc07e8
No related branches found
No related tags found
1 merge request!14Merge v2
......@@ -165,7 +165,8 @@ func IsAgentBlocking(path []alg.Node, agt *Agent, env *Environment) bool {
ag.position = Coord{path[0].Row(), path[0].Col()}
for or := 0; or < 4; or++ {
rotateAgent(&ag, or)
blocking := false
blocking := false
//Test
// Calcul des bornes de position de l'agent après mouvement
borneInfRow, borneSupRow, borneInfCol, borneSupCol := calculateBounds(ag.position, ag.width, ag.height, ag.orientation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment