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