Ignore:
Timestamp:
06/12/06 16:36:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1010 r1011  
    3535{ 
    3636public: 
     37 
     38        int ComputeRayIntersection(const RayInfo &rayData, float &t) const 
     39        { 
     40                return rayData.ComputeRayIntersection(mAxis, mPosition, t); 
     41        } 
     42 
    3743        int mAxis; 
    3844        float mPosition; 
     
    742748                @returns the number of splits 
    743749        */ 
    744         int SplitRays(const Plane3 &plane, 
     750        int SplitRays(const AxisAlignedPlane &plane, 
    745751                                  RayInfoContainer &rays,  
    746752                              RayInfoContainer &frontRays,  
Note: See TracChangeset for help on using the changeset viewer.