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/a03071.html | 158 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 docs/doxygen/nel/a03071.html (limited to 'docs/doxygen/nel/a03071.html') diff --git a/docs/doxygen/nel/a03071.html b/docs/doxygen/nel/a03071.html new file mode 100644 index 00000000..925629e9 --- /dev/null +++ b/docs/doxygen/nel/a03071.html @@ -0,0 +1,158 @@ + + +NeL: NL3D::CPatchUVLocator::CUVBasis struct Reference + + + +
+

NL3D::CPatchUVLocator::CUVBasis Struct Reference

+ + + + + + + + + + + +

Public Member Functions

void mulPoint (const NLMISC::CVector2f &uvIn, NLMISC::CVector2f &uvOut)

Data Fields

NLMISC::CVector2f UvI
NLMISC::CVector2f UvJ
NLMISC::CVector2f UvP
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NL3D::CPatchUVLocator::CUVBasis::mulPoint const NLMISC::CVector2f uvIn,
NLMISC::CVector2f uvOut
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file patchuv_locator.h. +

+References UvI, UvJ, UvP, NLMISC::CVector2f::x, and NLMISC::CVector2f::y. +

+Referenced by NL3D::CPatchUVLocator::locateUV(). +

+

00076                 {
+00077                         uvOut= UvP + uvIn.x * UvI + uvIn.y * UvJ;
+00078                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CVector2f NL3D::CPatchUVLocator::CUVBasis::UvI +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CPatchUVLocator::build(), and mulPoint().

+

+ + + + +
+ + +
NLMISC::CVector2f NL3D::CPatchUVLocator::CUVBasis::UvJ +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by mulPoint().

+

+ + + + +
+ + +
NLMISC::CVector2f NL3D::CPatchUVLocator::CUVBasis::UvP +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by mulPoint().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:01:15 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1