Ignore:
Timestamp:
01/14/06 01:41:57 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r534 r538  
    5555                Include(*it); 
    5656} 
     57 
     58void 
     59AxisAlignedBox3::Include(Mesh *mesh) 
     60{ 
     61        VertexContainer::const_iterator it, it_end = mesh->mVertices.end(); 
     62 
     63        for (it = mesh->mVertices.begin(); it != it_end; ++ it) 
     64                Include(*it); 
     65} 
     66 
    5767 
    5868void 
Note: See TracChangeset for help on using the changeset viewer.