aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/mtx_xprod.pd
blob: 08ac92c60a84904f8a5b4e8f8b0aa7329fde47c5 (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
31
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;