Circle and curved motion

Circle and curved motion preview image

1 collaborator

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.4.0 • Viewed 19 times • Downloaded 1 time • Run 0 times
Download the 'Circle and curved motion' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Info tab cannot be displayed because of an encoding error

Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

to nulstil
  clear-all
  ask patches [ set pcolor cyan ] ;
  create-turtles 1 ; opret en kugle og tildel startværdier
  [
    setxy 0 -30 ; start position
    set shape "dot"
    set color red
    set size 8
    set heading 90 ; vandret bevægelse
  ]
  reset-ticks
end 

; beregn ny position og fart

to go
  ask turtles
  [
    pendown
    left Drejningsvinkel
    forward Skridtlaengde
  ]
  tick
end 

There is only one version of this model, created about 1 month ago by Solveig Skadhauge.

Attached files

File Type Description Last updated
Circle and curved motion.png preview Preview for 'Circle and curved motion' about 1 month ago, by Solveig Skadhauge Download

This model does not have any ancestors.

This model does not have any descendants.