Ignore:
Timestamp:
06/13/06 08:03:35 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1004 r1012  
    592592     
    593593                LineTraversalData () {} 
    594                 LineTraversalData (VspKdNode *n, 
    595                                                                   const Vector3 &p, 
    596                                                                   const float maxt): 
     594                LineTraversalData (VspKdNode *n, const Vector3 &p, const float maxt): 
    597595                mNode(n), mExitPoint(p), mMaxT(maxt) {} 
    598596        }; 
Note: See TracChangeset for help on using the changeset viewer.