Ignore:
Timestamp:
11/20/06 09:15:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1715 r1768  
    356356  /** Splits the box into two separate boxes with respect to the split plane 
    357357  */ 
    358   void Split(const int axis, const float value, AxisAlignedBox3 &left, AxisAlignedBox3 &right) const; 
     358  void Split(const int axis,  
     359                         const float value,  
     360                         AxisAlignedBox3 &left,  
     361                         AxisAlignedBox3 &right) const; 
    359362 
    360363#define __EXTENT_HACK 
Note: See TracChangeset for help on using the changeset viewer.