- Timestamp:
- 01/14/06 01:41:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/AxisAlignedBox3.cpp
r534 r538 55 55 Include(*it); 56 56 } 57 58 void 59 AxisAlignedBox3::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 57 67 58 68 void
Note: See TracChangeset
for help on using the changeset viewer.