|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CUVW Class Reference3d UV.
More...
#include <uv.h>
List of all members.
Detailed Description
3d UV.
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 106 of file uv.h.
Constructor & Destructor Documentation
NLMISC::CUVW::CUVW |
( |
|
) |
[inline] |
|
NLMISC::CUVW::CUVW |
( |
float |
u, |
|
|
float |
v, |
|
|
float |
w |
|
) |
[inline] |
|
|
Definition at line 113 of file uv.h.
References U, V, v, W, and w. |
Member Function Documentation
CUVW NLMISC::CUVW::operator * |
( |
float |
f |
) |
const [inline] |
|
CUVW& NLMISC::CUVW::operator *= |
( |
float |
f |
) |
[inline] |
|
NLMISC::CUVW::operator CUV |
( |
|
) |
const [inline] |
|
|
Definition at line 143 of file uv.h.
References U, and V. |
bool NLMISC::CUVW::operator!= |
( |
const CUVW & |
c |
) |
const [inline] |
|
CUVW NLMISC::CUVW::operator+ |
( |
const CUVW & |
v |
) |
const [inline] |
|
CUVW& NLMISC::CUVW::operator+= |
( |
const CUVW & |
v |
) |
[inline] |
|
CUVW NLMISC::CUVW::operator- |
( |
const CUVW & |
v |
) |
const [inline] |
|
CUVW& NLMISC::CUVW::operator-= |
( |
const CUVW & |
v |
) |
[inline] |
|
bool NLMISC::CUVW::operator< |
( |
const CUVW & |
o |
) |
const [inline] |
|
|
This operator is here just for map/set insertion(no meaning). comparison order is U,V.
Definition at line 129 of file uv.h.
References CUVW, U, V, and W. |
bool NLMISC::CUVW::operator== |
( |
const CUVW & |
c |
) |
const [inline] |
|
Member Data Documentation
|
Definition at line 109 of file uv.h.
Referenced by CUVW, NL3D::CMRMBuilder::findInsertUvwInBaseMesh, operator *, operator *=, operator CUV, operator+, operator+=, operator-, operator-=, operator<, operator==, and serial. |
|
Definition at line 109 of file uv.h.
Referenced by CUVW, NL3D::CMRMBuilder::findInsertUvwInBaseMesh, operator *, operator *=, operator CUV, operator+, operator+=, operator-, operator-=, operator<, operator==, and serial. |
|
Definition at line 109 of file uv.h.
Referenced by CUVW, NL3D::CMRMBuilder::findInsertUvwInBaseMesh, operator *, operator *=, operator+, operator+=, operator-, operator-=, operator<, operator==, and serial. |
The documentation for this class was generated from the following file:
|
|