Ignore:
Timestamp:
09/19/06 22:33:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1344 r1418  
    187187                                          ); 
    188188   
    189   Plane3 GetFacePlane(const int faceIndex); 
     189  Plane3 GetFacePlane(const int faceIndex) const; 
    190190 
    191191  AxisAlignedBox3 GetFaceBox(const int faceIndex); 
     
    207207  } 
    208208 
     209 
     210  Vector3 GetNormal(const int idx) const; 
     211 
    209212  virtual ostream &Describe(ostream &s) { 
    210213        return s<<"Mesh #vertices="<<(int)mVertices.size()<<" #faces="<<(int)mFaces.size(); 
Note: See TracChangeset for help on using the changeset viewer.