Ignore:
Timestamp:
01/16/06 19:33:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r538 r544  
    120120                v += CrossProd(mVertices[i], mVertices[i+1]); 
    121121     
    122     //Debug << "area2: " << 0.5f * fabs(DotProd(GetNormal(), v)) << endl;   
    123         return 0.5f * fabs(DotProd(GetNormal(), v)); 
     122    return 0.5f * fabs(DotProd(GetNormal(), v)); 
    124123} 
    125124 
Note: See TracChangeset for help on using the changeset viewer.