diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2007-08-24 22:00:58 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2007-08-24 22:00:58 +0000 |
commit | dd2fe0125795532a9d5f0f3f99935e2707b5ab1b (patch) | |
tree | 798c7b58aa3b5c8ddd9e0078677752a259a24152 /abs/mtx_atan2-help.pd | |
parent | 9de2c74f8c6e709d682044209b09425c0b436843 (diff) |
added a mtx_abs2.pd abstraction with help
svn path=/trunk/externals/iem/iemmatrix/; revision=8686
Diffstat (limited to 'abs/mtx_atan2-help.pd')
-rw-r--r-- | abs/mtx_atan2-help.pd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/mtx_atan2-help.pd b/abs/mtx_atan2-help.pd new file mode 100644 index 0000000..979849e --- /dev/null +++ b/abs/mtx_atan2-help.pd @@ -0,0 +1,10 @@ +#N canvas 579 0 622 300 10; +#X msg 166 52 matrix 1 4 1 1 -1 -1; +#X msg 325 53 matrix 1 4 1 -1 -1 1; +#X obj 166 90 mtx_atan2; +#X obj 166 125 mtx_print; +#X text 368 248 Franz Zotter 2007; +#X text 133 15 arcus tangent with range from -pi...+pi; +#X connect 0 0 2 0; +#X connect 1 0 2 1; +#X connect 2 0 3 0; |