diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
commit | f18d063d9312c95e25294e0777bc135ee9a3fd8a (patch) | |
tree | 54763b4c61f53c8ec696be54bc1c0e8d816c05aa /3dCross-help.pd |
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to '3dCross-help.pd')
-rw-r--r-- | 3dCross-help.pd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/3dCross-help.pd b/3dCross-help.pd new file mode 100644 index 0000000..d942f61 --- /dev/null +++ b/3dCross-help.pd @@ -0,0 +1,33 @@ +#N canvas 202 166 447 279 10; +#X obj 24 187 unpack f f f; +#X floatatom 24 212 5 0 0 0 - - -; +#X floatatom 63 212 5 0 0 0 - - -; +#X floatatom 103 212 5 0 0 0 - - -; +#X msg 24 78 1 0 0; +#X msg 50 103 0 1 0; +#X msg 64 128 0 0 1; +#X msg 135 106 1 0 0; +#X msg 143 127 0 0 1; +#X text 21 233 the outcoming vector is orthogonal to both incoming +vectors; +#X text 195 91 args: <X> <Y> <Z>; +#X text 193 121 1st inlet: accepts list of 3 floats; +#X text 193 141 2nd inlet: accepts list of 3 floats; +#X text 195 181 outlet: list of 3 floats; +#X obj 24 149 mtl/3dCross 0 1 0; +#X obj 13 8 cnv 15 380 60 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 18 50 tags: 3d; +#X text 115 50 Author: Roman Haefeli; +#X text 268 50 Version: 2007-12-09; +#X text 19 11 Description: Computes the cross product of two vectors. +; +#X connect 0 0 1 0; +#X connect 0 1 2 0; +#X connect 0 2 3 0; +#X connect 4 0 14 0; +#X connect 5 0 14 0; +#X connect 6 0 14 0; +#X connect 7 0 14 1; +#X connect 8 0 14 1; +#X connect 14 0 0 0; |