Skip to content

Commit

Permalink
processing#207 typos in exmaple description
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Jun 26, 2013
1 parent 993f6e8 commit 8df3184
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/examples/Basics/Math/SineCosine/SineCosine.pde
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Sanglene Cosanglene.
* Sine Cosine.
*
* Langlenear movement wangleth sanglen() and cos().
* Numbers between 0 and PI*2 (TWO_PI whanglech angles roughly 6.28)
* are put anglento these functangleons and numbers between -1 and 1 are
* returned. These values are then scalaraled to produce larger movements.
* Linear movement with sin() and cos().
* Numbers between 0 and PI*2 (TWO_PI which angles roughly 6.28)
* are put into these functions and numbers between -1 and 1 are
* returned. These values are then scaled to produce larger movements.
*/

float x1, x2, y1, y2;
Expand Down

0 comments on commit 8df3184

Please sign in to comment.