From f18d063d9312c95e25294e0777bc135ee9a3fd8a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 00:39:13 +0000 Subject: Adding mtl svn path=/trunk/abstractions/mtl/; revision=12667 --- 2dAngleLine-help.pd | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 2dAngleLine-help.pd (limited to '2dAngleLine-help.pd') diff --git a/2dAngleLine-help.pd b/2dAngleLine-help.pd new file mode 100644 index 0000000..03c88d3 --- /dev/null +++ b/2dAngleLine-help.pd @@ -0,0 +1,44 @@ +#N canvas 524 238 530 360 10; +#X declare -lib Gem; +#X text 274 50 -- GEM EXAMPLE --; +#X text 18 117 Inlet_1: The target angle.; +#X text 18 157 Inlet_3: Set the current angle.; +#X text 18 137 Inlet_2: Set the ramp time.; +#X text 18 186 Argument_1: The ramp time.; +#X text 18 204 Argument_2: The initial angle.; +#X msg 238 90 1; +#X obj 239 146 gemhead; +#X obj 239 194 translateXYZ; +#X obj 262 168 unpack; +#X obj 239 286 rectangle 0.1 1; +#X obj 345 136 t a a a; +#X obj 239 235 rotateXYZ; +#X obj 346 208 + 90; +#X obj 239 262 translateXYZ 0 1 0; +#X msg 268 90 0; +#X obj 12 11 cnv 15 380 60 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 17 53 tags: 2d; +#X text 18 13 Description: A ramp between two angles that takes the +quickest route.; +#X obj 346 158 mtl/2dAngle; +#X obj 346 182 mtl/2dAngleLine 100; +#X obj 238 114 mtl/gemsWin; +#X obj 345 113 mtl/gemsMouse; +#X obj 21 92 mtl/2dAngleLine 5; +#X obj 442 15 import Gem; +#X connect 6 0 21 0; +#X connect 7 0 8 0; +#X connect 8 0 12 0; +#X connect 9 0 8 1; +#X connect 9 1 8 2; +#X connect 11 0 19 1; +#X connect 11 1 19 0; +#X connect 11 2 9 0; +#X connect 12 0 14 0; +#X connect 13 0 12 3; +#X connect 14 0 10 0; +#X connect 15 0 21 0; +#X connect 19 0 20 0; +#X connect 20 0 13 0; +#X connect 22 0 11 0; -- cgit v1.2.1