Subversion Repositories filter_foundry

Rev

Rev 472 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 472 Rev 490
Line 107... Line 107...
107
 
107
 
108
- d=-512 is at 9 o'clock position
108
- d=-512 is at 9 o'clock position
109
- d=-256 is at 12 o'clock position
109
- d=-256 is at 12 o'clock position
110
- d=0 is at 3 o'clock position
110
- d=0 is at 3 o'clock position
111
- d=256 is at 6 o'clock position
111
- d=256 is at 6 o'clock position
112
- d=512 is the full rotation back to 3 o'clock position
112
- d=512 is the full rotation back to 9 o'clock position
113
 
113
 
114
Therefore, `dmin` has been changed from 0 to -512, and `dmax` have been changed from 1024 to 512.
114
Therefore, `dmin` has been changed from 0 to -512, and `dmax` have been changed from 1024 to 512.
115
It is questionable if `D` was meant to be a synonym of `dmax`, or if `D` was meant to be `D := dmax - dmin`.
115
It is questionable if `D` was meant to be a synonym of `dmax`, or if `D` was meant to be `D := dmax - dmin`.
116
We have chosen the latter, so it stayed 1024.
116
We have chosen the latter, so it stayed 1024.
117
 
117