aboutsummaryrefslogtreecommitdiff
path: root/3dScale.pd
blob: 04ca9f05f208610cd5f2be4688e489f1dd9fd76e (plain)
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
#N canvas 134 72 536 208 10;
#X obj 14 28 inlet vector;
#X text 104 28 A;
#X obj 152 28 inlet float;
#X text 236 28 s;
#X obj 14 60 unpack f f f;
#X obj 14 137 pack f f f;
#X obj 14 168 outlet vector;
#X text 113 168 V;
#X text 175 125 V =;
#X text 206 110 | Ax*s |;
#X text 206 125 | Ay*s |;
#X text 206 140 | Az*s |;
#X obj 14 106 * \$1;
#X obj 53 106 * \$1;
#X obj 93 106 * \$1;
#X text 165 79 scales the incoming vector A by the value s;
#X text 334 166 Version: 2007-12-09;
#X text 335 185 Author: Roman Haefeli;
#X connect 0 0 4 0;
#X connect 2 0 12 1;
#X connect 2 0 13 1;
#X connect 2 0 14 1;
#X connect 4 0 12 0;
#X connect 4 1 13 0;
#X connect 4 2 14 0;
#X connect 5 0 6 0;
#X connect 12 0 5 0;
#X connect 13 0 5 1;
#X connect 14 0 5 2;