moving the vector examples and adding comments

This commit is contained in:
shiffman
2012-07-17 19:08:14 +00:00
parent 87b57b9258
commit 4fcb6def6d
10 changed files with 23 additions and 8 deletions

View File

@@ -3,7 +3,8 @@
* by Daniel Shiffman.
*
* Demonstration of using vectors to control motion of body
* This example is not object-oriented (see AccelerationWithVectors and ForcesWithVectors for OOP)
* This example is not object-oriented
* See AccelerationWithVectors for an example of how to simulate motion using vectors in an object
*/
PVector location; // Location of shape