Ignore:
Timestamp:
01/15/07 21:59:52 (17 years ago)
Author:
bittner
Message:

ray sort updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RayCaster.h

    r1974 r1984  
    6868 
    6969protected: 
    70   void 
    71   _SortRays(SimpleRayContainer &rays, 
    72                         const int l, 
    73                         const int r, 
    74                         const int axis); 
    75  
     70  void _SortRays(SimpleRayContainer &rays, 
     71                                 const int l, 
     72                                 const int r, 
     73                                 const int depth, 
     74                                 float box[12]); 
     75         
    7676  struct Intersection 
    7777        { 
Note: See TracChangeset for help on using the changeset viewer.