From 5086631c287a954bae9c2bb4a987cb7f1eda3e57 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 21 Aug 2012 08:10:42 +0000 Subject: convex hull algorithm added svn path=/trunk/externals/iem/iemmatrix/; revision=16165 --- src/mtx_qhull/mtx_xprod.pd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 src/mtx_qhull/mtx_xprod.pd (limited to 'src/mtx_qhull/mtx_xprod.pd') diff --git a/src/mtx_qhull/mtx_xprod.pd b/src/mtx_qhull/mtx_xprod.pd new file mode 100755 index 0000000..08ac92c --- /dev/null +++ b/src/mtx_qhull/mtx_xprod.pd @@ -0,0 +1,32 @@ +#N canvas 502 62 631 420 12; +#X obj 73 53 inlet; +#X obj 473 54 inlet; +#X obj 73 81 t a a; +#X obj 73 202 mtx_.*; +#X obj 197 201 mtx_.*; +#X obj 73 239 mtx_-; +#X obj 73 287 outlet; +#X text 180 34 mtx: cross product; +#X text 291 206 matrix1: 3xN; +#X text 291 227 matrix2: 3xN; +#X text 291 252 ============; +#X text 299 273 matrix: 3xN; +#X text 407 206 [a1 a2 a3 ...]; +#X text 408 227 [b1 b2 b3 ...]; +#X text 410 272 [a1 x b1 \, a2 x b2 \, ...]; +#X obj 73 114 mtx_scroll -1; +#X obj 197 114 mtx_scroll 1; +#X obj 345 112 mtx_scroll 1; +#X obj 473 113 mtx_scroll -1; +#X connect 0 0 2 0; +#X connect 1 0 17 0; +#X connect 1 0 18 0; +#X connect 2 0 15 0; +#X connect 2 1 16 0; +#X connect 3 0 5 0; +#X connect 4 0 5 1; +#X connect 5 0 6 0; +#X connect 15 0 3 0; +#X connect 16 0 4 0; +#X connect 17 0 3 1; +#X connect 18 0 4 1; -- cgit v1.2.1