Ignore:
Timestamp:
06/05/08 18:48:10 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h

    r2739 r2740  
    8383        ObjectContainer mKdPvs; 
    8484 
    85         float RaysPerSec() const { if (!mTotalTime) return 0; return (float)(mTotalSamples / mTotalTime) * 1e-6f; } 
     85        float RaysPerSec() const  
     86        {  
     87                if (!mTotalTime) return 0;  
     88                return (float)(mTotalSamples / mTotalTime) * 1e-6f;  
     89        } 
    8690 
    8791        void Print(ostream &app) const; 
     
    304308                                                                        SimpleRay &ray); 
    305309 
    306         inline bool IntersectViewCell(Vector3 &origin, Vector3 &dir) const; 
     310        inline bool IntersectsViewCell(Vector3 &origin, const Vector3 &dir) const; 
    307311 
    308312 
Note: See TracChangeset for help on using the changeset viewer.