@@ -128,6 +128,10 @@ func (a *AStar) GetGridTypes() []byte {
returna.gridTypes
}
func(a*AStar)GetClosedSet()[]bool{
returna.closedSet
}
func(a*AStar)SetGScores(xint,yint,gScorefloat32){
a.gScores[y*a.width+x]=gScore
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.