Ignore:
Timestamp:
02/15/06 18:03:34 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r574 r645  
    224224 
    225225        //TODO: remove for performance 
    226 #if 0 
     226#if 1 
    227227        if (1) 
    228228        { 
     
    234234                } 
    235235        } 
    236         else 
     236         
     237        if (1) 
    237238        { 
    238239                Vector3 vtx = mVertices.back(); 
     
    241242                for (it = mVertices.begin(); it != it_end; ++it) 
    242243                { 
    243                         if (!(EpsilonEqualV3(vtx, *it))) 
     244                        if (EpsilonEqualV3(vtx, *it, 0.0001)) 
    244245                        { 
    245246                                //Debug << "Malformed vertices:\n" << *this << endl; 
Note: See TracChangeset for help on using the changeset viewer.