Ignore:
Timestamp:
10/17/05 21:51:45 (19 years ago)
Author:
bittner
Message:

code merge

File:
1 edited

Legend:

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

    r329 r333  
    2424public: 
    2525        Polygon3(); 
     26 
    2627        Polygon3(const VertexContainer &vertices); 
    2728        Polygon3(MeshInstance *parent); 
     29 
     30        ~Polygon3(); 
     31 
    2832        // creates an "infinite" polygon from this plane 
    2933        //Polygon3(Plane3 plane); 
     
    7579        /** Returns the surface normal. 
    7680        */ 
    77         inline Vector3 GetNormal() const; 
     81        Vector3 GetNormal() const; 
    7882 
    7983        /** Includes polygons to axis aligned box. 
Note: See TracChangeset for help on using the changeset viewer.