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/a02809.html | 269 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 docs/doxygen/nel/a02809.html (limited to 'docs/doxygen/nel/a02809.html') diff --git a/docs/doxygen/nel/a02809.html b/docs/doxygen/nel/a02809.html new file mode 100644 index 00000000..4b7a12fb --- /dev/null +++ b/docs/doxygen/nel/a02809.html @@ -0,0 +1,269 @@ + + +NeL: NL3D::CLodCharacterShapeBuild::CPixelInfo class Reference + + + +
+

NL3D::CLodCharacterShapeBuild::CPixelInfo Class Reference

#include <lod_character_shape.h> +

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

Public Member Functions

 CPixelInfo (const CVector &pos, const CVector &normal)
 CPixelInfo ()
bool operator== (const CPixelInfo &o) const
void serial (NLMISC::IStream &f)

Data Fields

CVector Normal
CVector Pos

Static Public Attributes

const CPixelInfo EmptyPixel
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CLodCharacterShapeBuild::CPixelInfo::CPixelInfo  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file lod_character_shape.h. +

+

00060 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::CLodCharacterShapeBuild::CPixelInfo::CPixelInfo const CVector pos,
const CVector normal
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file lod_character_shape.h. +

+References Normal. +

+

00061 : Pos(pos), Normal(normal) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CLodCharacterShapeBuild::CPixelInfo::operator== const CPixelInfo o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file lod_character_shape.h. +

+References Normal, and Pos. +

+

00063                 {
+00064                         return Pos==o.Pos && Normal==o.Normal;
+00065                 }
+
+

+ + + + +
+ + + + + + + + + + +
void NL3D::CLodCharacterShapeBuild::CPixelInfo::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file lod_character_shape.h. +

+References Normal, and NLMISC::IStream::serial(). +

+

00068                 {
+00069                         f.serial(Pos, Normal);
+00070                 }
+
+


Field Documentation

+

+ + + + +
+ + +
const CLodCharacterShapeBuild::CPixelInfo NL3D::CLodCharacterShapeBuild::CPixelInfo::EmptyPixel [static] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + +
CVector NL3D::CLodCharacterShapeBuild::CPixelInfo::Normal +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file lod_character_shape.h. +

+Referenced by NL3D::CLodCharacterShapeBuild::compile(), CPixelInfo(), operator==(), and serial().

+

+ + + + +
+ + +
CVector NL3D::CLodCharacterShapeBuild::CPixelInfo::Pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file lod_character_shape.h. +

+Referenced by NL3D::CLodCharacterShapeBuild::compile(), and operator==().

+


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