Changeset 2740 for GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
- Timestamp:
- 06/05/08 18:48:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
r2739 r2740 83 83 ObjectContainer mKdPvs; 84 84 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 } 86 90 87 91 void Print(ostream &app) const; … … 304 308 SimpleRay &ray); 305 309 306 inline bool Intersect ViewCell(Vector3 &origin,Vector3 &dir) const;310 inline bool IntersectsViewCell(Vector3 &origin, const Vector3 &dir) const; 307 311 308 312
Note: See TracChangeset
for help on using the changeset viewer.