what does `forward 1` mean in netlogo? how to specify the nearest patch of a turtle in netlogo?
问题 when we ask a turtle to forward 2 , does it mean: on its heading direction, move to the second nearest patch on its heading direction, move to the second nearest patch's center point on its heading direction, move to the second nearest patch's center point which is (pxcor, pycor) which one is correct? or are they the same answer? How do we define the nearest patch this turtle is pointing to? Is the following understanding correct? top patch: if heading is between -45(315) and 45 degree right