nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)
http://natureofcode.com
1.94k stars 365 forks source link

Convert uses of PVector.magnitude() to PVector.mag() #116

Closed drguildo closed 8 years ago

drguildo commented 8 years ago

Both Processing and Processing.js seem to have switched to using PVector.mag() for getting the magnitude of a vector.

shiffman commented 8 years ago

thank you again!