From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- abs/pol2sph-help.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 abs/pol2sph-help.pd (limited to 'abs/pol2sph-help.pd') diff --git a/abs/pol2sph-help.pd b/abs/pol2sph-help.pd new file mode 100644 index 0000000..41449c5 --- /dev/null +++ b/abs/pol2sph-help.pd @@ -0,0 +1,25 @@ +#N canvas 218 265 454 349 10; +#X text 301 325 updated for zexy-2.0; +#X floatatom 168 198 5 0 0 1 z - -; +#X floatatom 134 156 5 0 0 1 phi - -; +#X obj 134 174 t b f; +#X floatatom 124 138 5 0 0 1 r - -; +#X floatatom 168 268 0 0 0 0 theta - -; +#X floatatom 146 288 0 0 0 0 phi - -; +#X floatatom 124 308 0 0 0 0 R - -; +#X msg 22 210 1 2 3; +#X obj 124 246 pol2sph; +#X text 24 31 [pol2sph]: convert polar coordinates to spherical coordinates +; +#X text 21 76 all angles are in rad.; +#X text 19 192 r phi z; +#X text 330 12 part of zexy; +#X connect 1 0 9 2; +#X connect 2 0 3 0; +#X connect 3 0 9 0; +#X connect 3 1 9 1; +#X connect 4 0 9 0; +#X connect 8 0 9 0; +#X connect 9 0 7 0; +#X connect 9 1 6 0; +#X connect 9 2 5 0; -- cgit v1.2.1