diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-08 04:17:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-08 04:17:13 +0000 |
commit | ecc6398c406a7d401225bf04346fc0d25491dff3 (patch) | |
tree | e0d2e8222b03161f6e77ad8a525604cf216746cb /help/polar2cartesian-help.pd | |
parent | 162b9550e5d3ab93f02fa342864f22190581838c (diff) |
moved help patches into same folder, stopped auto-generating mapping-meta.pd
file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir
svn path=/trunk/externals/mapping/; revision=10981
Diffstat (limited to 'help/polar2cartesian-help.pd')
-rw-r--r-- | help/polar2cartesian-help.pd | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/help/polar2cartesian-help.pd b/help/polar2cartesian-help.pd deleted file mode 100644 index 0b17fcf..0000000 --- a/help/polar2cartesian-help.pd +++ /dev/null @@ -1,38 +0,0 @@ -#N canvas 161 58 504 451 10; -#X text 61 213 (x \, y \, z); -#X obj 277 122 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144 --1 -1 0 1; -#X obj 218 102 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144 --1 -1 0 1; -#X obj 160 72 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144 --1 -1 0 1; -#X floatatom 164 93 5 0 0 0 - - -; -#X floatatom 221 122 5 0 0 0 - - -; -#X floatatom 282 141 5 0 0 0 - - -; -#X floatatom 214 214 5 0 0 0 - - -; -#X floatatom 157 214 5 0 0 0 - - -; -#X floatatom 274 214 5 0 0 0 - - -; -#X obj 157 181 cartesian; -#X obj 96 356 pddp/pddplink http://en.wikipedia.org/wiki/Cylindrical_coordinate_system -; -#X obj 96 336 pddp/pddplink http://en.wikipedia.org/wiki/Polar_coordinate_system -; -#X obj 96 386 pddp/pddplink http://en.wikipedia.org/wiki/Cartesian_coordinate_system -; -#X text 32 336 2D input:; -#X text 32 356 3D input:; -#X text 44 386 output:; -#X text 51 20 convert polar/cylindrical coordinates to cartesian coordinates -; -#X text 61 158 (r \, phi \, z); -#X obj 5 2 cnv 15 450 20 empty empty cartesian 2 11 1 18 -233017 -66577 -0; -#X connect 1 0 6 0; -#X connect 1 0 10 2; -#X connect 2 0 5 0; -#X connect 2 0 10 1; -#X connect 3 0 4 0; -#X connect 3 0 10 0; -#X connect 10 0 8 0; -#X connect 10 1 7 0; -#X connect 10 2 9 0; |