Ignore:
Timestamp:
09/13/05 18:31:48 (19 years ago)
Author:
mattausch
Message:

did bsp stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Plane3.h

    r245 r265  
    4747     
    4848    if (signum(dv) == 0) 
    49       { 
    50         if (coplanar)  
    51           (*coplanar) = true;    
     49        { 
     50                if (coplanar)  
     51                        (*coplanar) = true;      
    5252         
    53         return a; 
    54       } 
     53                return a; 
     54        } 
    5555     
    5656    float u = - Distance(a) / dv; // TODO: could be done more efficiently 
Note: See TracChangeset for help on using the changeset viewer.