Changeset 3219 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 02/17/04 19:53:19 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r2230 r3219 169 169 // 170 170 // compute the distance from the border of Pixel 171 // here in the first implementation is just circle inside171 // here in the first implementation is just circle outside 172 172 // 173 173 return fD*0.5772 < disthex ? disthex-fD*0.5772 : -1; 174 // 175 // FIXME: this approximate method results in some photons being 176 // assigned to two or even three different pixels. 177 // 174 178 } 175 179
Note:
See TracChangeset
for help on using the changeset viewer.