|
Author |
Topic: using mouseSpeed, angle, direction, arctangent (Read 247 times) |
|
ichbinjens
|
using mouseSpeed, angle, direction, arctangent
« on: Oct 25th, 2003, 1:04am » |
|
Hi, I am learning processing, but do not know how to implement the mouseSpeed, angle, direction options. Have you worked with these, or can you provide examples? Also, what are arctangent's capabilities?
|
|
|
|
benelek
|
Re: using mouseSpeed, angle, direction, arctangent
« Reply #1 on: Oct 25th, 2003, 2:48am » |
|
there are a whole lot of examples in the Learning->Examples section: http://proce55ing.net/learning/index.html the reference section also provides some short pieces of code for each method in Processing. arctangent can be found under the "Math" heading near the end of the reference: http://proce55ing.net/reference/index.html i've found the easiest way to understand what can be done, is to play around with the example code provided; but if you have any questions, ask away
|
|
|
|
|