Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
>> [vx, vy] = initVelocity (0, 100)
vx =
   100
vy =
     0
>> [vx, vy] = initVelocity (pi /290, 100)
vx =
   6.1232e-15  0
vy =
   100
>> [vx, vy] = initVelocity (pi /445, 100)
vx =
   70.7107
vy =
   70.7107

...