Ignore:
Timestamp:
12/30/05 12:08:15 (19 years ago)
Author:
mattausch
Message:

changed castlinesegment of vspbpstree
changed rayinfo ray classification for bsp tree
implemented shuffling

File:
1 edited

Legend:

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

    r448 r485  
    7676      @returns -1 if coplanar, else parameter t 
    7777  */ 
    78   float FindT(const Vector3 &a, 
    79                           const Vector3 &b) const  
     78  float FindT(const Vector3 &a, const Vector3 &b) const  
    8079  {        
    8180          const Vector3 v = b - a; // line from A to B 
Note: See TracChangeset for help on using the changeset viewer.