-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path2d.angle-help.pd
More file actions
82 lines (82 loc) · 1.98 KB
/
2d.angle-help.pd
File metadata and controls
82 lines (82 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#N canvas 423 154 749 478 10;
#X floatatom 39 184 5 0 0 0 - - -;
#X msg 39 79 0 1;
#X msg 126 78 9 5;
#X msg 157 78 1 0;
#X msg 73 79 -2 6;
#X text 36 56 Target point.;
#X text 124 56 Reference point.;
#X text 86 182 Angle in degrees.;
#X msg 189 78 0 -1;
#X obj 39 141 2d.angle;
#X text 35 4 Description: Returns the angle in degrees between two
2d points.;
#X text 301 48 -- GEM EXAMPLE --;
#X obj 308 217 gemhead;
#X obj 308 305 circle 0.3;
#X obj 308 277 colorRGB 1 0 0;
#X obj 383 193 cos;
#X obj 432 193 sin;
#X obj 308 250 translateXYZ 0 0 0;
#X floatatom 364 218 5 0 0 0 - - -;
#X floatatom 419 222 5 0 0 0 - - -;
#X obj 477 271 2d.angle;
#X obj 418 169 t f f;
#X obj 463 249 pack;
#X floatatom 477 319 5 0 0 0 - - -;
#X obj 417 317 gemhead;
#X obj 417 417 curve 2;
#X msg 436 392 0 0 0;
#X msg 477 391 1 0 0;
#X obj 417 343 rotateXYZ;
#X obj 418 97 metro 1000;
#X obj 418 75 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
;
#X obj 418 122 random.f 0 6;
#X obj 418 54 loadbang;
#X obj 436 364 loadbang;
#X text 460 222 x y position of red circle.;
#X text 486 295 angle between 0 0 and x y of circle;
#X msg 531 166 3;
#X msg 531 142 4;
#X msg 530 119 6;
#X msg 532 188 0.1;
#X obj 304 97 gems.win;
#X msg 304 71 1;
#X msg 335 70 0;
#X connect 1 0 9 0;
#X connect 2 0 9 1;
#X connect 3 0 9 1;
#X connect 4 0 9 0;
#X connect 8 0 9 1;
#X connect 9 0 0 0;
#X connect 12 0 17 0;
#X connect 14 0 13 0;
#X connect 15 0 18 0;
#X connect 16 0 19 0;
#X connect 17 0 14 0;
#X connect 18 0 17 1;
#X connect 18 0 22 0;
#X connect 19 0 17 2;
#X connect 19 0 22 1;
#X connect 20 0 23 0;
#X connect 21 0 15 0;
#X connect 21 1 16 0;
#X connect 22 0 20 0;
#X connect 23 0 28 3;
#X connect 24 0 28 0;
#X connect 26 0 25 1;
#X connect 27 0 25 2;
#X connect 28 0 25 0;
#X connect 29 0 31 0;
#X connect 30 0 29 0;
#X connect 31 0 21 0;
#X connect 32 0 30 0;
#X connect 33 0 26 0;
#X connect 33 0 27 0;
#X connect 36 0 21 0;
#X connect 37 0 21 0;
#X connect 38 0 21 0;
#X connect 39 0 21 0;
#X connect 41 0 40 0;
#X connect 42 0 40 0;