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

NLMISC::CQuad Class Reference

#include <quad.h> +

+

Inheritance diagram for NLMISC::CQuad: +

+ +NLMISC::CQuadColor +NLMISC::CQuadColorUV +NLMISC::CQuadUV +NLMISC::CQuadColorUV2 + +

Detailed Description

+A simple quad of vertex.
Author:
Lionel Berenguier

+Nevrax France

+
Date:
2001
+ +

+ +

+Definition at line 43 of file quad.h. + + + + + + + + + + + + + + + + +

Public Member Functions

 CQuad ()
 Constructor.

const CQuadoperator= (const CQuad &q)

Data Fields

CVector V0
CVector V1
CVector V2
CVector V3
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CQuad::CQuad  )  [inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 52 of file quad.h. +

+

00052 {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
const CQuad& NLMISC::CQuad::operator= const CQuad q  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NLMISC::CQuadColor, NLMISC::CQuadUV, and NLMISC::CQuadColorUV. +

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

+References q, V2, and V3. +

+

00055         { 
+00056                 V0 = q.V0;
+00057                 V1 = q.V1;
+00058                 V2 = q.V2;
+00059                 V3 = q.V3;
+00060                 return *this;
+00061         }
+
+


Field Documentation

+

+ + + + +
+ + +
CVector NLMISC::CQuad::V0 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file quad.h. +

+Referenced by NL3D::CCloud::disp(), NL3D::CCloud::dispBill(), NL3D::CDriverUser::drawBitmap(), NL3D::CDriverUser::drawQuad(), NL3D::CDriverUser::drawQuads(), NL3D::CNoise3d::render(), and NL3D::CNoise3d::render2passes().

+

+ + + + +
+ + +
CVector NLMISC::CQuad::V1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file quad.h. +

+Referenced by NL3D::CCloud::disp(), NL3D::CCloud::dispBill(), NL3D::CDriverUser::drawBitmap(), NL3D::CDriverUser::drawQuad(), NL3D::CDriverUser::drawQuads(), NL3D::CNoise3d::render(), and NL3D::CNoise3d::render2passes().

+

+ + + + +
+ + +
CVector NLMISC::CQuad::V2 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file quad.h. +

+Referenced by NL3D::CCloud::disp(), NL3D::CCloud::dispBill(), NL3D::CDriverUser::drawBitmap(), NL3D::CDriverUser::drawQuad(), NL3D::CDriverUser::drawQuads(), operator=(), NL3D::CNoise3d::render(), and NL3D::CNoise3d::render2passes().

+

+ + + + +
+ + +
CVector NLMISC::CQuad::V3 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file quad.h. +

+Referenced by NL3D::CCloud::disp(), NL3D::CCloud::dispBill(), NL3D::CDriverUser::drawBitmap(), NL3D::CDriverUser::drawQuad(), NL3D::CDriverUser::drawQuads(), operator=(), NL3D::CNoise3d::render(), and NL3D::CNoise3d::render2passes().

+


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