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/a02931.html | 184 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 docs/doxygen/nel/a02931.html (limited to 'docs/doxygen/nel/a02931.html') diff --git a/docs/doxygen/nel/a02931.html b/docs/doxygen/nel/a02931.html new file mode 100644 index 00000000..86ccfe8d --- /dev/null +++ b/docs/doxygen/nel/a02931.html @@ -0,0 +1,184 @@ + + +NeL: NL3D::CMiniCol::CFace struct Reference + + + +
+

NL3D::CMiniCol::CFace Struct Reference

+ + + + + + + + + + + + + +

Public Member Functions

bool isFromPatch (sint zoneId, sint patchId) const

Data Fields

CTriangle Face
uint16 PatchId
CPlane Plane
uint16 ZoneId
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool NL3D::CMiniCol::CFace::isFromPatch sint  zoneId,
sint  patchId
const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 107 of file mini_col.h. +

+References sint. +

+

00108                 {
+00109                         return ZoneId==zoneId && PatchId==patchId;
+00110                 }
+
+


Field Documentation

+

+ + + + +
+ + +
CTriangle NL3D::CMiniCol::CFace::Face +
+
+ + + + + +
+   + + +

+ +

+Definition at line 102 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addFaces().

+

+ + + + +
+ + +
uint16 NL3D::CMiniCol::CFace::PatchId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addFaces().

+

+ + + + +
+ + +
CPlane NL3D::CMiniCol::CFace::Plane +
+
+ + + + + +
+   + + +

+ +

+Definition at line 103 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addFaces().

+

+ + + + +
+ + +
uint16 NL3D::CMiniCol::CFace::ZoneId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 104 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addFaces().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:56:25 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1