Ignore:
Timestamp:
04/28/06 18:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Polygon3.cpp

    r840 r860  
    44#include "Ray.h" 
    55#include "Triangle3.h" 
     6 
     7 
     8using namespace GtpVisibilityPreprocessor { 
     9 
    610 
    711Polygon3::Polygon3():  
     
    260264 
    261265 
    262 void Polygon3::IncludeInBox(const PolygonContainer &polys, AxisAlignedBox3 &box) 
    263 { 
    264         PolygonContainer::const_iterator it, it_end = polys.end(); 
    265  
    266         for (it = polys.begin(); it != it_end; ++ it) 
    267                 box.Include(*(*it)); 
    268 } 
    269  
    270  
    271266// int_lineseg returns 1 if the given line segment intersects a 2D 
    272267// ray travelling in the positive X direction.  This is used in the 
     
    569564        } 
    570565} 
     566 
     567} 
Note: See TracChangeset for help on using the changeset viewer.