Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
course_planning:computation:scratch_work [2016/03/25 18:39] – [Code] obsniukm | course_planning:computation:scratch_work [2016/03/25 18:40] (current) – [Code] obsniukm | ||
---|---|---|---|
Line 48: | Line 48: | ||
# | # | ||
- | while runawaycraft.pos.x < 0: | + | while hovercraft.pos.x < 0: |
- | Fgrav = runawaycraftm*g | + | Fgrav = hovercraftm*g |
Fground = -Fgrav | Fground = -Fgrav | ||
Fnet = Fgrav + Fground | Fnet = Fgrav + Fground |