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_rotx-help.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 abs/mtx_rotx-help.pd (limited to 'abs/mtx_rotx-help.pd') diff --git a/abs/mtx_rotx-help.pd b/abs/mtx_rotx-help.pd new file mode 100644 index 0000000..ba8d443 --- /dev/null +++ b/abs/mtx_rotx-help.pd @@ -0,0 +1,29 @@ +#N canvas 0 0 450 300 10; +#X obj 72 108 hsl 128 15 0 360 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 0 1; +#X floatatom 69 128 5 0 0 0 - - -; +#X obj 69 145 *; +#X obj 225 135 atan; +#X msg 225 115 1; +#X obj 225 95 loadbang; +#X obj 225 154 / 45; +#X obj 69 203 mtx_print Rx; +#X msg 12 66 0; +#X msg 43 66 90; +#X msg 73 66 180; +#X msg 105 66 270; +#X obj 69 165 mtx_rotx; +#X text 58 23 3 dimensional cartesian rotation matrix \, rotating around +x-axis; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X connect 2 0 12 0; +#X connect 3 0 6 0; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 6 0 2 1; +#X connect 8 0 1 0; +#X connect 9 0 1 0; +#X connect 10 0 1 0; +#X connect 11 0 1 0; +#X connect 12 0 7 0; -- cgit v1.2.1