Ignore:
Timestamp:
01/18/08 16:28:30 (16 years ago)
Author:
mattausch
Message:

worked on dynamic objects

File:
1 edited

Legend:

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

    r2609 r2614  
    4242  } 
    4343 
    44   Face(const VertexIndexContainer &vertices):mVertexIndices(vertices.size()) { 
     44  Face(const VertexIndexContainer &vertices): mVertexIndices(vertices.size()) { 
    4545        for (int i=0;  i < vertices.size(); i++) 
    4646          mVertexIndices[i] = vertices[i]; 
    4747  } 
    48    
     48 
     49 
    4950  //////////////////////////// 
    5051 
     
    178179  int GetId() const { return mId; } 
    179180 
    180  
     181  /** Returns normal of specified face. 
     182  */ 
    181183  Vector3 GetNormal(const int idx) const; 
    182184 
Note: See TracChangeset for help on using the changeset viewer.