|
|
|
|
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(s):
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 89 of file uv.h.
Constructor & Destructor Documentation
NLMISC::CUVW::CUVW (
|
) [inline]
|
|
|
Definition at line 95 of file uv.h. |
NLMISC::CUVW::CUVW (
|
float u,
|
|
float v,
|
|
float w ) [inline]
|
|
|
Definition at line 96 of file uv.h. |
Member Function Documentation
CUVW NLMISC::CUVW::operator * (
|
float f ) const [inline]
|
|
|
Definition at line 102 of file uv.h. |
CUVW & NLMISC::CUVW::operator *= (
|
float f ) [inline]
|
|
|
Definition at line 105 of file uv.h. |
bool NLMISC::CUVW::operator!= (
|
const CUVW & c ) const [inline]
|
|
|
Definition at line 121 of file uv.h. |
CUVW NLMISC::CUVW::operator+ (
|
const CUVW & v ) const [inline]
|
|
|
Definition at line 98 of file uv.h. |
CUVW & NLMISC::CUVW::operator+= (
|
const CUVW & v ) [inline]
|
|
|
Definition at line 107 of file uv.h. |
CUVW NLMISC::CUVW::operator- (
|
const CUVW & v ) const [inline]
|
|
|
Definition at line 100 of file uv.h. |
CUVW & NLMISC::CUVW::operator-= (
|
const CUVW & v ) [inline]
|
|
|
Definition at line 109 of file uv.h. |
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 112 of file uv.h. |
bool NLMISC::CUVW::operator== (
|
const CUVW & c ) const [inline]
|
|
|
Definition at line 120 of file uv.h. |
|
Definition at line 123 of file uv.h. |
Member Data Documentation
|
Definition at line 92 of file uv.h. |
|
Definition at line 92 of file uv.h. |
|
Definition at line 92 of file uv.h. |
The documentation for this class was generated from the following file:
|
|