1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
#N canvas 561 269 545 429 10;
#X text 296 15 test cube;
#X text 200 241 minimum and maximum position of the interactor.;
#X msg 83 156 setXmin -1;
#X msg 83 178 setXmax 1;
#X msg 83 200 setYmin -1;
#X msg 83 223 setYmax 1;
#X floatatom 15 360 5 0 0 0 - - -;
#X text 192 360 0/1 according to the position of the masse;
#X text 201 283 position of the tested mass;
#X obj 15 326 tSquare2D;
#X text 196 157 1 : X minimum;
#X text 196 178 2 : X maximum;
#X text 196 200 3 : Y minimum;
#X text 195 222 4 : Y maximum;
#X msg 86 284 position2D 0 0 0;
#X text 137 42 This object should be used for testing the mass position.
;
#X text 77 107 message to change parameter / default value / creation
arg number / description;
#X text 138 59 It receives mass position \, and outputs 0/1 according
to the position of the mass (1 if the mass is in the square).;
#X connect 2 0 9 0;
#X connect 3 0 9 0;
#X connect 4 0 9 0;
#X connect 5 0 9 0;
#X connect 9 0 6 0;
#X connect 14 0 9 0;
|