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/classNLMISC_1_1CQuad.html | 286 +++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CQuad.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CQuad.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CQuad.html b/docs/doxygen/nel/classNLMISC_1_1CQuad.html new file mode 100644 index 00000000..f7e70b4d --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CQuad.html @@ -0,0 +1,286 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::CQuad Class Reference

A simple quad of vertex. +More... +

+#include <quad.h> +

+

Inheritance diagram for NLMISC::CQuad: +

+ +NLMISC::CQuadColor +NLMISC::CQuadColorUV +NLMISC::CQuadUV + +List of all members. + + + + + + + + + +

Public Methods

 CQuad ()
 Constructor. More...

const CQuad & operator= (const CQuad &q)

Public Attributes

CVector V0
CVector V1
CVector V2
CVector V3
+

Detailed Description

+A simple quad of vertex. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 43 of file quad.h.


Constructor & Destructor Documentation

+

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

+Constructor. +

+ +

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

+Referenced by operator=, NLMISC::CQuadColorUV::operator=, NLMISC::CQuadUV::operator=, and NLMISC::CQuadColor::operator=.

+


Member Function Documentation

+

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

+ +

+Reimplemented in NLMISC::CQuadColor. +

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

+References CQuad, q, V0, V1, V2, and V3.

+


Member Data Documentation

+

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

+ +

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

+Referenced by NL3D::CDriverUser::drawQuad, NL3D::CDriverUser::drawQuads, and operator=.

+

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

+ +

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

+Referenced by NL3D::CDriverUser::drawQuad, NL3D::CDriverUser::drawQuads, and operator=.

+

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

+ +

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

+Referenced by NL3D::CDriverUser::drawQuad, NL3D::CDriverUser::drawQuads, and operator=.

+

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

+ +

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

+Referenced by NL3D::CDriverUser::drawQuad, NL3D::CDriverUser::drawQuads, and operator=.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1