Added I() access function for the z member to the pos

This commit is contained in:
Paolo Cignoni 2007-10-17 19:46:50 +00:00
parent 686e2672b2
commit a45b2e8fa0
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.31 2007/05/28 14:09:41 fiorin
Added Set method which takes a face pointer and a vertex pointer.
Revision 1.30 2007/05/16 15:11:32 fiorin
Replaced ambigous StarSize method with NumberOfIncidentVertices and NumberOfIncidentFaces
@ -188,6 +191,8 @@ public:
VertexType *& V(){return v;}
// VertexType *& V(const int & i){assert( (i>=0) && (i<3)); return f->UberV( (z +i) %3);}
FaceType *& F(){ return f;}
int & I(){ return z;}
/// Operator to compare two half-edge