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__CUV.html | 546 ++++++++++++++++++++++++++++++++ 1 file changed, 546 insertions(+) create mode 100644 docs/doxygen/nel/class_NLMISC__CUV.html (limited to 'docs/doxygen/nel/class_NLMISC__CUV.html') diff --git a/docs/doxygen/nel/class_NLMISC__CUV.html b/docs/doxygen/nel/class_NLMISC__CUV.html new file mode 100644 index 00000000..17a87443 --- /dev/null +++ b/docs/doxygen/nel/class_NLMISC__CUV.html @@ -0,0 +1,546 @@ + + + + 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::CUV Class Reference

2d UV. +More... +

+#include <uv.h> +

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

Public Methods

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

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

Public Attributes

float U
float V
+


Detailed Description

+2d UV. +

+ +

+ +

+Definition at line 46 of file uv.h.


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 52 of file uv.h.

+

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

+ +

+Definition at line 53 of file uv.h.

+


Member Function Documentation

+

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

+ +

+Definition at line 59 of file uv.h.

+

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

+ +

+Definition at line 62 of file uv.h.

+

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

+ +

+Definition at line 76 of file uv.h.

+

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

+ +

+Definition at line 55 of file uv.h.

+

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

+ +

+Definition at line 64 of file uv.h.

+

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

+ +

+Definition at line 57 of file uv.h.

+

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

+ +

+Definition at line 66 of file uv.h.

+

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

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

+ +

+Definition at line 69 of file uv.h.

+

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

+ +

+Definition at line 75 of file uv.h.

+

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

+ +

+Definition at line 78 of file uv.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+float NLMISC::CUV::U +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file uv.h.

+

+ + + + +
+ + + + + +
+float NLMISC::CUV::V +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file uv.h.

+


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