-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path3d.normalize-help.pd
More file actions
28 lines (28 loc) · 855 Bytes
/
3d.normalize-help.pd
File metadata and controls
28 lines (28 loc) · 855 Bytes
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
#N canvas 195 179 463 360 10;
#X text 199 90 args: none;
#X text 197 120 inlet: accepts list of 3 floats;
#X text 195 143 outlet: list of 3 floats <X Y Z>;
#X text 119 32 - normalizes the incoming vector;
#X msg 17 92 7 0 0;
#X msg 67 70 2 1 3;
#X msg 68 109 13.23 3.1 9.86;
#X obj 44 176 unpack f f f;
#X floatatom 44 201 5 0 0 0 - - -;
#X floatatom 83 201 5 0 0 0 - - -;
#X floatatom 123 201 5 0 0 0 - - -;
#X floatatom 24 256 5 0 0 0 - - -;
#X text 77 258 the magnitude of the output vector is always 1;
#X obj 22 30 3d.normalize;
#X text 300 306 Version: 2007-12-09;
#X text 301 325 Author: Roman Haefeli;
#X obj 24 225 3d.magnitude;
#X obj 24 139 3d.normalize;
#X connect 4 0 17 0;
#X connect 5 0 17 0;
#X connect 6 0 17 0;
#X connect 7 0 8 0;
#X connect 7 1 9 0;
#X connect 7 2 10 0;
#X connect 16 0 11 0;
#X connect 17 0 7 0;
#X connect 17 0 16 0;