Ignore:
Timestamp:
03/15/06 18:13:36 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r679 r697  
    5454                                           const float epsilon) const; 
    5555 
     56        /** Computes the intersection of the box with the node geometry. 
     57        */ 
     58        int ComputeIntersection(const AxisAlignedBox3 &box) const; 
     59 
    5660        /** Computes bounding box of the geometry. 
    5761        */ 
    58         void IncludeInBox(AxisAlignedBox3 &box); 
     62        void GetBoundingBox(AxisAlignedBox3 &box) const; 
     63 
     64        /** Returns  
     65                1 of geometry in front of plane 
     66                0 if plane intersects geometry, 
     67                -1 if geometry in back of plane 
     68        */ 
     69        int Side(const Plane3 &plane) const; 
    5970 
    6071        /** Splits the polygon and returns the part of the polygon inside of the node geometry. 
Note: See TracChangeset for help on using the changeset viewer.