Ignore:
Timestamp:
11/25/05 17:16:26 (19 years ago)
Author:
mattausch
Message:

bsptree view cells working in VssPreprocessor?

File:
1 edited

Legend:

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

    r404 r436  
    5050                @param front returns the front the front polygon 
    5151                @param back returns the back polygon 
    52                 @param splitPts returns the split points 
    5352        */ 
    5453        void Split(const Plane3 &partition,  
    5554                           Polygon3 &front,  
    56                            Polygon3 &back,  
    57                            VertexContainer &splitPts); 
     55                           Polygon3 &back); 
    5856 
    5957        /** Returns the area of this polygon. 
     
    6563        */ 
    6664        int ClassifyPlane(const Plane3 &plane) const; 
    67  
    6865 
    6966         
Note: See TracChangeset for help on using the changeset viewer.