Mercurial > cortex
changeset 255:e6e0bb3057b2
minor edits
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 13 Feb 2012 23:44:15 -0700 |
parents | 91654978c8e0 |
children | 96b746a0b398 |
files | assets/Models/test-touch/touch-cube.blend org/touch.org |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
1.1 Binary file assets/Models/test-touch/touch-cube.blend has changed
2.1 --- a/org/touch.org Mon Feb 13 23:27:24 2012 -0700 2.2 +++ b/org/touch.org Mon Feb 13 23:44:15 2012 -0700 2.3 @@ -122,7 +122,7 @@ 2.4 #+end_src 2.5 2.6 It is convienent to treat a =Triangle= as a vector of vectors, and a 2.7 -=Vector2f= and =Vector3f= as vectors of floats. (->vector3f) and 2.8 +=Vector2f= or =Vector3f= as vectors of floats. (->vector3f) and 2.9 (->triangle) undo the operations of =(vector3f-seq)= and 2.10 =(triangle-seq)=. If these classes implemented =Iterable= then =(seq)= 2.11 would work on them automitacally. 2.12 @@ -742,7 +742,7 @@ 2.13 *not* the same as touch), heat sensitivity, and our sense of balance, 2.14 among others. One extra sense is so important that I must implement it 2.15 to have a hope of making creatures that can gracefully control their 2.16 -own bodies. It is Proprioception which is the sense of the location 2.17 +own bodies. It is Proprioception, which is the sense of the location 2.18 of each body part in relation to the other body parts. 2.19 2.20 Close your eyes, and touch your nose with your right index finger. How