Ignore:
Timestamp:
01/05/07 16:29:54 (18 years ago)
Author:
bittner
Message:

tmp commit

File:
1 edited

Legend:

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

    r1883 r1942  
    9393    mType = _type; 
    9494    depth = 0; 
    95                 Init(); 
     95        Init(); 
    9696  } 
    9797  // dummy constructor 
     
    239239 
    240240  Vector3 GetInvDir() const { return invDir; } 
    241    
     241 
     242  // precompute some values that are necessary 
     243  void Precompute(); 
     244 
    242245private: 
    243246  Vector3 loc, dir;             // Describes ray origin and vector 
     
    271274  void Init(); 
    272275 
    273   // precompute some values that are necessary 
    274   void Precompute(); 
    275276 
    276277  friend class AxisAlignedBox3; 
Note: See TracChangeset for help on using the changeset viewer.