Ignore:
Timestamp:
01/16/06 03:23:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r538 r542  
    66#include "Vector3.h" 
    77#include "Plane3.h" 
     8#include "Containers.h" 
    89 
    910class Ray; 
    1011class Polygon3; 
    1112class Mesh; 
     13 
    1214// -------------------------------------------------------- 
    1315// CAABox class. 
     
    356358  void AddBoxToMesh(Mesh *mesh) const; 
    357359 
     360  void ExtractPolys(PolygonContainer &polys) const; 
     361 
    358362#define __EXTENT_HACK 
    359363  // get the extent of face 
Note: See TracChangeset for help on using the changeset viewer.