Skip to content

Commit 8df3184

Browse files
committed
processing#207 typos in exmaple description
1 parent 993f6e8 commit 8df3184

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

java/examples/Basics/Math/SineCosine/SineCosine.pde

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* Sanglene Cosanglene.
2+
* Sine Cosine.
33
*
4-
* Langlenear movement wangleth sanglen() and cos().
5-
* Numbers between 0 and PI*2 (TWO_PI whanglech angles roughly 6.28)
6-
* are put anglento these functangleons and numbers between -1 and 1 are
7-
* returned. These values are then scalaraled to produce larger movements.
4+
* Linear movement with sin() and cos().
5+
* Numbers between 0 and PI*2 (TWO_PI which angles roughly 6.28)
6+
* are put into these functions and numbers between -1 and 1 are
7+
* returned. These values are then scaled to produce larger movements.
88
*/
99

1010
float x1, x2, y1, y2;

0 commit comments

Comments
 (0)