|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
-------------------------------------------------------------------------
-------------------------------------------------------------------------
NB: Edge i the the edge that joins vertex i to (i+1)%3
Variables:
- int id;
-
- char used;
-
- ItVertC verts[];
-
pointers to vertices forming triangle
- ItEdgeC edges[];
-
- void * ptr;
-
Methods:
- VTFaceC()
-
- VTFaceC(ItVertC i,ItVertC j,ItVertC k)
-
- VTFaceC(ItVertC i,ItVertC j,ItVertC k,ItVertC l)
-
- VTFaceC(const VTFaceC & tri)
-
- VTFaceC & operator=(const VTFaceC & tri)
-
- ~VTFaceC()
-
|
Programmer:Andrew Stoddart, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|