Ignore:
Timestamp:
12/05/05 04:42:54 (19 years ago)
Author:
mattausch
Message:

fixed bug in VspBspTree?
view cells in VssPreprocessor?
bounding rays for vspkdtree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Ray.h

    r428 r448  
    1515class VssRay; 
    1616 
     17 
    1718// ------------------------------------------------------------------- 
    1819// CRay class.  A ray is defined by a location and a direction. 
     
    4849                 
    4950    bool operator<( 
    50                                                                          const Intersection &b) const { 
     51                                   const Intersection &b) const { 
     52 
    5153      return  
    5254                                mT 
Note: See TracChangeset for help on using the changeset viewer.