From 6f7f6460189b2da25077438c8a13ccd20f2a0f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 28 Mar 2006 13:11:25 +0000 Subject: renamed help-patches; split meta help-patches into smaller ones; TODO: reflect this change in the C-sources svn path=/trunk/externals/iem/iemmatrix/; revision=4797 --- doc/mtx_add-help.pd | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/mtx_add-help.pd (limited to 'doc/mtx_add-help.pd') diff --git a/doc/mtx_add-help.pd b/doc/mtx_add-help.pd new file mode 100644 index 0000000..de9e4a4 --- /dev/null +++ b/doc/mtx_add-help.pd @@ -0,0 +1,39 @@ +#N canvas 363 101 450 300 10; +#X text 255 30 updated for; +#X obj 343 30 iemmatrix 0.2; +#X obj 392 56 matrix; +#X text 262 55 see also help for; +#X text 8 42 matrix arithmetic: adding; +#X obj 46 176 mtx_add; +#X obj 125 177 mtx_+; +#X obj 123 147 mtx_diag 1 2 3 4 5; +#X obj 46 147 mtx_ones 5; +#X obj 46 124 t b b; +#X obj 46 198 mtx_print; +#X msg 46 105 bang; +#X text 100 178 ==; +#X obj 263 147 mtx_eye 4; +#X obj 263 172 mtx_add 10; +#X msg 263 120 bang; +#X obj 263 199 mtx_print; +#X floatatom 332 104 4 0 0 0 - - -; +#X obj 332 122 t b f; +#X obj 360 172 mtx_+ 10; +#X text 339 173 ==; +#X text 38 227 add 2 matrices; +#X text 232 231 add an offset to a matrix; +#X obj 17 23 mtx_add; +#X obj 81 23 mtx_+; +#X obj 392 77 +; +#X connect 5 0 10 0; +#X connect 7 0 5 1; +#X connect 8 0 5 0; +#X connect 9 0 8 0; +#X connect 9 1 7 0; +#X connect 11 0 9 0; +#X connect 13 0 14 0; +#X connect 14 0 16 0; +#X connect 15 0 13 0; +#X connect 17 0 18 0; +#X connect 18 0 13 0; +#X connect 18 1 14 1; -- cgit v1.2.1