Ignore:
Timestamp:
09/18/06 02:23:47 (18 years ago)
Author:
mattausch
Message:

debugging after merge

File:
1 edited

Legend:

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

    r1328 r1404  
    3737        */ 
    3838        Polygon3(MeshInstance *parent); 
     39        /** A Triangle is converted to a polygon. 
     40        */ 
     41        Polygon3(const Triangle3 &tri); 
    3942 
    4043        ~Polygon3() {DEL_PTR(mPlane);} 
Note: See TracChangeset for help on using the changeset viewer.