You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand the implementation but struggling with finding the part in the code where the position of a piece is determined. As far as I understood, in a worker's nfpcache , the path of orbiting piece A around piece B is located. This path represents all the possibilities to place piece A close to piece B without overlapping. However, which position out of these high possibilities is choosen?
The text was updated successfully, but these errors were encountered:
Hey!
I'm trying to understand the implementation but struggling with finding the part in the code where the position of a piece is determined. As far as I understood, in a
worker
'snfpcache
, the path of orbiting piece A around piece B is located. This path represents all the possibilities to place piece A close to piece B without overlapping. However, which position out of these high possibilities is choosen?The text was updated successfully, but these errors were encountered: