aboutsummaryrefslogtreecommitdiff
path: root/vector-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-10 21:07:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-10 21:07:57 +0000
commit732f4f6dd067a86365776fca58a71bee62638bfd (patch)
treeba3446205d9c1f262a4761431085669bb7cf7876 /vector-help.pd
parent0ab87f791c1a06a622453f97fd2240bf308502b7 (diff)
fixed missing objects in help
svn path=/trunk/externals/mapping/; revision=14379
Diffstat (limited to 'vector-help.pd')
-rw-r--r--vector-help.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/vector-help.pd b/vector-help.pd
index bbb8516..d120178 100644
--- a/vector-help.pd
+++ b/vector-help.pd
@@ -23,7 +23,7 @@
#X connect 1 0 2 0;
#X coords 0 -1 1 1 30 30 1 100 100;
#X restore 95 85 pd c;
-#X obj 267 303 cartesian;
+#X obj 267 323 cartesian2spherical;
#X obj 348 303 mapping2radians;
#X text 17 29 Converts cartesian coordinates(x \, y) to polar coordinates
(radius \, angle). The angle is in radians (-pi to pi).;