Changeset 317


Ignore:
Timestamp:
10/10/05 18:55:07 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
2 edited

Legend:

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

    r314 r317  
    1515{} 
    1616 
     17// creates an "infinite" polygon from this plane 
     18//Polygon3::Polygon3(Plane3 plane) 
     19//{} 
    1720 
    1821Polygon3::Polygon3(Face *face, Mesh *parentMesh) 
  • trunk/VUT/GtpVisibilityPreprocessor/src/Polygon3.h

    r314 r317  
    2626        Polygon3(const VertexContainer &vertices); 
    2727        Polygon3(MeshInstance *parent); 
    28          
     28        // creates an "infinite" polygon from this plane 
     29        //Polygon3(Plane3 plane); 
    2930        /** Copies all the vertices of the face. 
    3031        */ 
Note: See TracChangeset for help on using the changeset viewer.