Ignore:
Timestamp:
02/17/04 19:53:19 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r2230 r3219  
    169169    //
    170170    //  compute the distance from the border of Pixel
    171     //  here in the first implementation is just circle inside
     171    //  here in the first implementation is just circle outside
    172172    //
    173173    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    //
    174178}
    175179
Note: See TracChangeset for help on using the changeset viewer.