Ignore:
Timestamp:
12/27/05 12:52:25 (19 years ago)
Author:
mattausch
Message:

added visualizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/AxisAlignedBox3.h

    r459 r482  
    321321                                float &maxT) const; 
    322322 
     323  /** If the boxes are intersecting on a common face, this function  
     324          returns the face intersection, false otherwise. 
     325     
     326          @param neighbour the neighbouring box intersecting with this box. 
     327  */ 
     328  bool GetIntersectionFace(Rectangle3 &face, 
     329                                                   const AxisAlignedBox3 &neighbour) const; 
     330 
    323331#define __EXTENT_HACK 
    324332  // get the extent of face 
Note: See TracChangeset for help on using the changeset viewer.