From 68729718fce729bfdca438af1ac26971baf64218 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Sat, 28 Nov 2009 12:41:04 +0000 Subject: added abstractions for 3x3 and 2x2 rotation matrices and spherical to cartesian coordinates conversion. [mtx_sph2cart][mtx_cart2sph] [mtx_rot][mtx_rotx][mtx_roty][mtx_rotz][mtx_rotxyz][mtx_rotzyz] svn path=/trunk/externals/iem/iemmatrix/; revision=12812 --- abs/mtx_roty.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 abs/mtx_roty.pd (limited to 'abs/mtx_roty.pd') diff --git a/abs/mtx_roty.pd b/abs/mtx_roty.pd new file mode 100644 index 0000000..e7d11c5 --- /dev/null +++ b/abs/mtx_roty.pd @@ -0,0 +1,22 @@ +#N canvas 570 39 450 393 10; +#X obj 94 26 inlet; +#X obj 94 187 outlet; +#X obj 94 64 mtx_rot; +#X obj 194 25 loadbang; +#X obj 194 65 mtx_diag; +#X obj 94 86 mtx_resize 3 3; +#X obj 94 108 mtx_+; +#X msg 194 46 0 0 1; +#X obj 94 133 mtx_roll -1; +#X obj 94 154 mtx_scroll -1; +#X obj 94 45 * -1; +#X connect 0 0 10 0; +#X connect 2 0 5 0; +#X connect 3 0 7 0; +#X connect 4 0 6 1; +#X connect 5 0 6 0; +#X connect 6 0 8 0; +#X connect 7 0 4 0; +#X connect 8 0 9 0; +#X connect 9 0 1 0; +#X connect 10 0 2 0; -- cgit v1.2.1