# 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  

NLMISC::CUVW Class Reference

3d UV. More...

#include <uv.h>

List of all members.

Public Methods

 CUVW ()
 CUVW (float u, float v, float w)
CUVW operator+ (const CUVW &v) const
CUVW operator- (const CUVW &v) const
CUVW operator * (float f) const
CUVW& operator *= (float f)
CUVW& operator+= (const CUVW &v)
CUVW& operator-= (const CUVW &v)
bool operator< (const CUVW &o) const
 This operator is here just for map/set insertion(no meaning). comparison order is U,V. More...

bool operator== (const CUVW &c) const
bool operator!= (const CUVW &c) const
void serial (NLMISC::IStream &f)

Public Attributes

float U
float V
float W


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.

void NLMISC::CUVW::serial ( NLMISC::IStream & f ) [inline]
 

Definition at line 123 of file uv.h.


Member Data Documentation

float NLMISC::CUVW::U
 

Definition at line 92 of file uv.h.

float NLMISC::CUVW::V
 

Definition at line 92 of file uv.h.

float NLMISC::CUVW::W
 

Definition at line 92 of file uv.h.


The documentation for this class was generated from the following file: