gil_line_x.pd 518 B

1234567891011121314151617181920
  1. #N canvas 611 133 450 300 10;
  2. #X obj 179 150 inlet y0;
  3. #X obj 241 150 inlet x1;
  4. #X obj 304 150 inlet y1;
  5. #X text 198 224 (c)2012 Marian Weger;
  6. #X text 37 30 gil_line_x;
  7. #X text 118 66 x1 - x0;
  8. #X text 118 86 y1 - y0;
  9. #X text 62 77 x = x0 + -------- * (y - y0);
  10. #X obj 55 150 inlet y;
  11. #X obj 117 150 inlet x0;
  12. #X obj 55 214 outlet x;
  13. #X obj 55 182 expr $f2+((($f4-$f2)/($f5-$f3))*($f1-$f3));
  14. #X connect 0 0 11 2;
  15. #X connect 1 0 11 3;
  16. #X connect 2 0 11 4;
  17. #X connect 8 0 11 0;
  18. #X connect 9 0 11 1;
  19. #X connect 11 0 10 0;