Ignore:
Timestamp:
12/30/05 16:37:41 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r482 r486  
    99class Ray; 
    1010class Polygon3; 
    11  
     11class Mesh; 
    1212// -------------------------------------------------------- 
    1313// CAABox class. 
     
    329329                                                   const AxisAlignedBox3 &neighbour) const; 
    330330 
     331  /** Adds the box faces to the mesh. 
     332  */ 
     333  void AddBoxToMesh(Mesh *mesh) const; 
     334 
    331335#define __EXTENT_HACK 
    332336  // get the extent of face 
Note: See TracChangeset for help on using the changeset viewer.