From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02866.html | 166 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 docs/doxygen/nel/a02866.html (limited to 'docs/doxygen/nel/a02866.html') diff --git a/docs/doxygen/nel/a02866.html b/docs/doxygen/nel/a02866.html new file mode 100644 index 00000000..07f86275 --- /dev/null +++ b/docs/doxygen/nel/a02866.html @@ -0,0 +1,166 @@ + + +NeL: NL3D::CMesh::CVertLink struct Reference + + + +
+

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
+ + -- cgit v1.2.1