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/a02380.html | 190 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/doxygen/nel/a02380.html (limited to 'docs/doxygen/nel/a02380.html') diff --git a/docs/doxygen/nel/a02380.html b/docs/doxygen/nel/a02380.html new file mode 100644 index 00000000..2629e588 --- /dev/null +++ b/docs/doxygen/nel/a02380.html @@ -0,0 +1,190 @@ + + +NeL: NLPACS::CCollisionMeshBuild::CEdgeInfo struct Reference + + + +
+

NLPACS::CCollisionMeshBuild::CEdgeInfo Struct Reference

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

Public Member Functions

 CEdgeInfo (sint32 left=-1, sint32 leftEdge=-1, sint32 right=-1, sint32 rightEdge=-1)

Data Fields

sint32 Left
sint32 LeftEdge
sint32 Right
sint32 RightEdge
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLPACS::CCollisionMeshBuild::CEdgeInfo::CEdgeInfo sint32  left = -1,
sint32  leftEdge = -1,
sint32  right = -1,
sint32  rightEdge = -1
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 131 of file collision_mesh_build.h. +

+References LeftEdge, RightEdge, and sint32. +

+

00131 : Left(left), LeftEdge(leftEdge), Right(right), RightEdge(rightEdge) {}
+
+


Field Documentation

+

+ + + + +
+ + +
sint32 NLPACS::CCollisionMeshBuild::CEdgeInfo::Left +
+
+ + + + + +
+   + + +

+ +

+Definition at line 128 of file collision_mesh_build.h.

+

+ + + + +
+ + +
sint32 NLPACS::CCollisionMeshBuild::CEdgeInfo::LeftEdge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 128 of file collision_mesh_build.h. +

+Referenced by CEdgeInfo().

+

+ + + + +
+ + +
sint32 NLPACS::CCollisionMeshBuild::CEdgeInfo::Right +
+
+ + + + + +
+   + + +

+ +

+Definition at line 129 of file collision_mesh_build.h.

+

+ + + + +
+ + +
sint32 NLPACS::CCollisionMeshBuild::CEdgeInfo::RightEdge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 129 of file collision_mesh_build.h. +

+Referenced by CEdgeInfo().

+


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