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/classNL3D_1_1CParamCoord.html | 410 +++++++++++++++++++++++++ 1 file changed, 410 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CParamCoord.html (limited to 'docs/doxygen/nel/classNL3D_1_1CParamCoord.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CParamCoord.html b/docs/doxygen/nel/classNL3D_1_1CParamCoord.html new file mode 100644 index 00000000..2bd514f9 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CParamCoord.html @@ -0,0 +1,410 @@ + + + + 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 64 of file tessellation.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CParamCoord::CParamCoord   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file tessellation.h. +

+Referenced by CParamCoord.

+

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

+ +

+Definition at line 71 of file tessellation.h. +

+References S, s, T, and t.

+

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

+ +

+Definition at line 73 of file tessellation.h. +

+References CParamCoord, S, and T.

+


Member Function Documentation

+

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

+ +

+Definition at line 79 of file tessellation.h. +

+References NL3D::OO32768, and S.

+

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

+ +

+Definition at line 80 of file tessellation.h. +

+References NL3D::OO32768, and T.

+

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

+ +

+Definition at line 84 of file tessellation.h. +

+References S, and T.

+

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

+ +

+Definition at line 82 of file tessellation.h. +

+References S, s, T, and t.

+


Member Data Documentation

+

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

+ +

+Definition at line 67 of file tessellation.h. +

+Referenced by CParamCoord, getS, onBorder, and setST.

+

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

+ +

+Definition at line 67 of file tessellation.h. +

+Referenced by CParamCoord, getT, onBorder, and setST.

+


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