Ignore:
Timestamp:
06/09/06 01:26:46 (18 years ago)
Author:
mattausch
Message:

started viewspace-objectspace subdivision
removed memory leaks

File:
1 edited

Legend:

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

    r870 r1006  
    101101        mMax[axis] = value; 
    102102  } 
    103          
     103 
     104   
     105 
    104106  // the size of the box along all the axes 
    105107  Vector3 Size() const { return mMax - mMin; } 
     
    389391  void ExtractPolys(PolygonContainer &polys) const; 
    390392 
     393  /** Splits the box into two separate boxes according to the split plane 
     394  */ 
     395  void Split(const int axis, const float value, AxisAlignedBox3 &left, AxisAlignedBox3 &right); 
     396 
    391397#define __EXTENT_HACK 
    392398  // get the extent of face 
Note: See TracChangeset for help on using the changeset viewer.