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/a02398.html | 127 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 docs/doxygen/nel/a02398.html (limited to 'docs/doxygen/nel/a02398.html') diff --git a/docs/doxygen/nel/a02398.html b/docs/doxygen/nel/a02398.html new file mode 100644 index 00000000..385d0253 --- /dev/null +++ b/docs/doxygen/nel/a02398.html @@ -0,0 +1,127 @@ + + +NeL: NLMISC::CConcavePolygonsVertexDesc class Reference + + + +
+

NLMISC::CConcavePolygonsVertexDesc Class Reference

+ + + + + + + + + +

Public Member Functions

 CConcavePolygonsVertexDesc (float length, uint index)

Data Fields

uint Index
float Length
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CConcavePolygonsVertexDesc::CConcavePolygonsVertexDesc float  length,
uint  index
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 161 of file polygon.cpp. +

+References index, Length, and uint. +

+

00162         {
+00163                 Length = length;
+00164                 Index = index;
+00165         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint NLMISC::CConcavePolygonsVertexDesc::Index +
+
+ + + + + +
+   + + +

+ +

+Definition at line 171 of file polygon.cpp.

+

+ + + + +
+ + +
float NLMISC::CConcavePolygonsVertexDesc::Length +
+
+ + + + + +
+   + + +

+ +

+Definition at line 168 of file polygon.cpp. +

+Referenced by CConcavePolygonsVertexDesc().

+


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