-
Notifications
You must be signed in to change notification settings - Fork 2
/
of.line-help.pd
52 lines (52 loc) · 1.49 KB
/
of.line-help.pd
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
#N canvas 619 130 626 320 12;
#X declare -lib ofelia;
#X obj 9 10 cnv 15 600 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 27 99 of.draw;
#X floatatom 111 208 5 0 0 2 x1 - -;
#X floatatom 156 207 5 0 0 2 y1 - -;
#X text 402 89 list of all parameters;
#X text 419 134 Single parameter;
#X msg 110 104 stroke 10;
#X floatatom 202 207 5 0 0 2 z1 - -;
#X obj 462 45 declare -lib ofelia;
#X floatatom 248 207 5 0 0 2 x2 - -;
#X floatatom 292 207 5 0 0 2 y3 - -;
#X floatatom 338 208 5 0 0 2 z3 - -;
#X msg 200 106 position 0 100 -100;
#X msg 200 149 scale 1 2 2;
#X text 108 85 style;
#X text 199 84 transformation;
#X msg 423 155 x1 50;
#X msg 200 127 orientation 45 0 45;
#X msg 437 214 debug \$1;
#X obj 437 193 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 457 191 Show center axis;
#X msg 200 170 lookat 180 120 60;
#X text 25 20 Draw a Line;
#X obj 403 240 of.line, f 21;
#X msg 403 106 -200 100 100 200 100 0 5;
#X text 24 40 Args X1 \, Y1 \, Z1 \, x2 \, y2 \, z2 \, strokeweight
;
#X obj 27 241 of.line -100 0 0 100 0 0, f 45;
#X obj 518 19 of.window 1;
#X obj 497 21 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X connect 1 0 26 0;
#X connect 2 0 26 1;
#X connect 3 0 26 2;
#X connect 6 0 26 0;
#X connect 7 0 26 3;
#X connect 9 0 26 4;
#X connect 10 0 26 5;
#X connect 11 0 26 6;
#X connect 12 0 26 0;
#X connect 13 0 26 0;
#X connect 16 0 23 0;
#X connect 17 0 26 0;
#X connect 18 0 23 0;
#X connect 19 0 18 0;
#X connect 21 0 26 0;
#X connect 24 0 23 0;
#X connect 28 0 27 0;