File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/data/examples/en/18_Transform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
* parameters that are values between 0 and PI*2 (TWO_PI which is
6
6
* roughly 6.28). If you prefer to think about angles as degrees
7
7
* (0-360), you can use the radians() method to convert your values.
8
- * For example: scale (radians(90)) is identical to the statement
9
- * scale (PI/2). In this example, every even numbered second a jitter
10
- * is added to the rotation. During odd seconds rotation moves CW and
8
+ * For example: rotate (radians(90)) is identical to the statement
9
+ * rotate (PI/2). In this example, every even numbered second a jitter
10
+ * is added to the rotation. During odd seconds, rotation moves CW and
11
11
* CCW at the speed determined by the last jitter value.
12
12
*/
13
13
You can’t perform that action at this time.
0 commit comments