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_NL3D__CParamCoord.html | 395 ++++++++++++++++++++++++++ 1 file changed, 395 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CParamCoord.html (limited to 'docs/doxygen/nel/class_NL3D__CParamCoord.html') diff --git a/docs/doxygen/nel/class_NL3D__CParamCoord.html b/docs/doxygen/nel/class_NL3D__CParamCoord.html new file mode 100644 index 00000000..979e5eaa --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CParamCoord.html @@ -0,0 +1,395 @@ + + + + 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  
+

NL3D::CParamCoord Class Reference

The parametric coordinates of the patch. +More... +

+#include <tessellation.h> +

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

Public Methods

 CParamCoord ()
 CParamCoord (uint16 s, uint16 t)
 CParamCoord (CParamCoord a, CParamCoord b)
float getS () const
float getT () const
void setST (float s, float t)
bool onBorder () const

Public Attributes

uint16 S
uint16 T
+


Detailed Description

+The parametric coordinates of the patch. +

+0x0000<=>0.0f. 0x8000<=> 1.0f. +

+ +

+Definition at line 75 of file tessellation.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CParamCoord::CParamCoord ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file tessellation.h.

+

+ + + + +
+ + + + + + + + + + +
+NL3D::CParamCoord::CParamCoord ( + +uint16 s, +
+uint16 t ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 82 of file tessellation.h.

+

+ + + + +
+ + + + + + + + + + +
+NL3D::CParamCoord::CParamCoord ( + +CParamCoord a, +
+CParamCoord b ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file tessellation.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+float NL3D::CParamCoord::getS ( + +) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file tessellation.h.

+

+ + + + +
+ + + + + + +
+float NL3D::CParamCoord::getT ( + +) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 91 of file tessellation.h.

+

+ + + + +
+ + + + + + +
+bool NL3D::CParamCoord::onBorder ( + +) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file tessellation.h.

+

+ + + + +
+ + + + + + + + + + +
+void NL3D::CParamCoord::setST ( + +float s, +
+float t ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file tessellation.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+uint16 NL3D::CParamCoord::S +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file tessellation.h.

+

+ + + + +
+ + + + + +
+uint16 NL3D::CParamCoord::T +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file tessellation.h.

+


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