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/class_NLMISC__CUVW.html | 585 +++++++++++++++++++++++++++++++ 1 file changed, 585 insertions(+) create mode 100644 docs/doxygen/nel/class_NLMISC__CUVW.html (limited to 'docs/doxygen/nel/class_NLMISC__CUVW.html') diff --git a/docs/doxygen/nel/class_NLMISC__CUVW.html b/docs/doxygen/nel/class_NLMISC__CUVW.html new file mode 100644 index 00000000..49b56157 --- /dev/null +++ b/docs/doxygen/nel/class_NLMISC__CUVW.html @@ -0,0 +1,585 @@ + + + + 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::CUVW Class Reference

3d UV. +More... +

+#include <uv.h> +

+List of all members. + + + + + + + + + + + + + + + + + + +

Public Methods

 CUVW ()
 CUVW (float u, float v, float w)
CUVW operator+ (const CUVW &v) const
CUVW operator- (const CUVW &v) const
CUVW operator * (float f) const
CUVW& operator *= (float f)
CUVW& operator+= (const CUVW &v)
CUVW& operator-= (const CUVW &v)
bool operator< (const CUVW &o) const
 This operator is here just for map/set insertion(no meaning). comparison order is U,V. More...

bool operator== (const CUVW &c) const
bool operator!= (const CUVW &c) const
void serial (NLMISC::IStream &f)

Public Attributes

float U
float V
float W
+


Detailed Description

+3d UV. +

+

+Author(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 89 of file uv.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLMISC::CUVW::CUVW ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file uv.h.

+

+ + + + +
+ + + + + + + + + + + + + + +
+NLMISC::CUVW::CUVW ( + +float u, +
+float v, +
+float w ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 96 of file uv.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+CUVW NLMISC::CUVW::operator * ( + +float f ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 102 of file uv.h.

+

+ + + + +
+ + + + + + +
+CUVW & NLMISC::CUVW::operator *= ( + +float f ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file uv.h.

+

+ + + + +
+ + + + + + +
+bool NLMISC::CUVW::operator!= ( + +const CUVW & c ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 121 of file uv.h.

+

+ + + + +
+ + + + + + +
+CUVW NLMISC::CUVW::operator+ ( + +const CUVW & v ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 98 of file uv.h.

+

+ + + + +
+ + + + + + +
+CUVW & NLMISC::CUVW::operator+= ( + +const CUVW & v ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 107 of file uv.h.

+

+ + + + +
+ + + + + + +
+CUVW NLMISC::CUVW::operator- ( + +const CUVW & v ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 100 of file uv.h.

+

+ + + + +
+ + + + + + +
+CUVW & NLMISC::CUVW::operator-= ( + +const CUVW & v ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 109 of file uv.h.

+

+ + + + +
+ + + + + + +
+bool NLMISC::CUVW::operator< ( + +const CUVW & o ) const [inline] +
+
+ + + + + +
+   + + +

+This operator is here just for map/set insertion(no meaning). comparison order is U,V. +

+ +

+Definition at line 112 of file uv.h.

+

+ + + + +
+ + + + + + +
+bool NLMISC::CUVW::operator== ( + +const CUVW & c ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 120 of file uv.h.

+

+ + + + +
+ + + + + + +
+void NLMISC::CUVW::serial ( + +NLMISC::IStream & f ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 123 of file uv.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+float NLMISC::CUVW::U +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file uv.h.

+

+ + + + +
+ + + + + +
+float NLMISC::CUVW::V +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file uv.h.

+

+ + + + +
+ + + + + +
+float NLMISC::CUVW::W +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file uv.h.

+


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