NetLogo: Recording distance a turtle has traveled
问题 I have a NetLogo model that requires a turtle to record its distance travelled from point A to B. It is important that the distance is measured by the turtle rather than simply calculating the distance between the two points. I think something like turtles-own would be sufficient to store the distance it has travelled? 回答1: I assume that you don't want to just use the distance from the original point because it's possible that your turtle has not traveled in a straight line? In any case, it