diff org/self_organizing_touch.clj @ 548:0b891e0dd809

version 0.2 of thesis complete.
author Robert McIntyre <rlm@mit.edu>
date Thu, 01 May 2014 23:41:41 -0400
parents 01934317b25b
children 1943a5313f40
line wrap: on
line diff
     1.1 --- a/org/self_organizing_touch.clj	Mon Apr 28 15:10:59 2014 -0400
     1.2 +++ b/org/self_organizing_touch.clj	Thu May 01 23:41:41 2014 -0400
     1.3 @@ -99,11 +99,6 @@
     1.4              (recur result xs)
     1.5              (recur (cons x result) xs))))))
     1.6  
     1.7 -(def all-touch-coordinates
     1.8 -  (concat
     1.9 -   (rect-region [0  15] [7  22])
    1.10 -   (rect-region [8   0] [14 29])
    1.11 -   (rect-region [15 15] [22 22])))
    1.12  
    1.13  (defn view-touch-region
    1.14    ([coords out]