Versions Compared

Key

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

...

c = (4, 5) 

sqrt(4^2 + 5^2))

The PVector class in processing has a method that returns this value: mag(); 

...