Ignore:
Timestamp:
09/15/05 09:00:20 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r268 r271  
    8282  int Interior() const { return nodes / 2; } 
    8383  int Leaves() const { return (nodes / 2) + 1; } 
    84   float AvgDepth() const { return accumDepth / (double)Leaves();}; // TODO: computation wrong 
     84  double AvgDepth() const { return accumDepth / (double)Leaves();}; // TODO: computation wrong 
    8585   
    8686  void Reset()  
Note: See TracChangeset for help on using the changeset viewer.