Ignore:
Timestamp:
03/15/06 18:13:36 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r647 r697  
    111111  void Include(const int &axis, const float &newBound); 
    112112 
    113    
     113 
    114114  int 
    115115  Side(const Plane3 &plane) const; 
     
    277277 
    278278  Rectangle3 GetFace(const int face) const; 
     279  
     280  /** Extracts plane of bounding box. 
     281  */ 
     282  Plane3 GetPlane(const int face) const; 
    279283   
    280284  // For a given point returns the region, where the point is located 
Note: See TracChangeset for help on using the changeset viewer.