NL3D::CMesh::CVertLink Struct Reference

#include <mesh.h>


Public Member Functions

 CVertLink (uint32 face, uint32 corner, uint32 iVB)

Data Fields

uint32 nCorner
uint32 nFace
uint32 VertVB


Constructor & Destructor Documentation

NL3D::CMesh::CVertLink::CVertLink uint32  face,
uint32  corner,
uint32  iVB
[inline]
 

Definition at line 138 of file mesh.h.

References nCorner, nFace, uint32, and VertVB.

00139                 {
00140                         nFace = face;
00141                         nCorner = corner;
00142                         VertVB = iVB;
00143                 }


Field Documentation

uint32 NL3D::CMesh::CVertLink::nCorner
 

Definition at line 135 of file mesh.h.

Referenced by CVertLink().

uint32 NL3D::CMesh::CVertLink::nFace
 

Definition at line 135 of file mesh.h.

Referenced by CVertLink().

uint32 NL3D::CMesh::CVertLink::VertVB
 

Definition at line 136 of file mesh.h.

Referenced by CVertLink().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 06:51:04 2004 for NeL by doxygen 1.3.6