Ignore:
Timestamp:
07/09/07 09:58:07 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2176 r2538  
    160160{ 
    161161public: 
    162         AxisAlignedBox3 mBox; 
    163          
    164162        KdIntersectable(KdNode *item, const AxisAlignedBox3 &box); 
    165163     
     
    173171                return mBox; 
    174172        } 
     173 
     174        /// the bounding box of this intersectable 
     175        AxisAlignedBox3 mBox; 
    175176}; 
    176177 
Note: See TracChangeset for help on using the changeset viewer.