nature-of-code / noc-examples-processing

Repository for example code from The Nature of Code book
MIT License
2.56k stars 951 forks source link

Updated comment that gave incorrect information #39

Closed noosphere2 closed 10 years ago

noosphere2 commented 10 years ago

Changed comment on line 56: "// Call vector heading function to get direction (note that pointing up is a heading of 0) and rotate" To: "// Call vector heading function to get direction (note that pointing to the right is a heading of 0) and rotate".

This confused me greatly until I realised the comment is simply wrong!

shiffman commented 10 years ago

Ack, so sorry, thank you for this fix!