Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

"UV" Coordinate System
[MLIB]

Collaboration diagram for "UV" Coordinate System:

2D coordinates that can be used for texture mapping, e.g. More...

Classes

class  mlib::UVvec
 A vector in UV coordinates. More...
class  mlib::UVpt
 A point in UV coordinates. More...
class  mlib::UVline
 A line in UV coordinates. More...
class  mlib::UVpt_list
 A list of points in UV coordinates. More...

Constructors

 mlib::UVpt::UVpt (CUVline &, CUVline &)
 mlib::UVpt::UVpt (CUVline &, CUVpt &)

Typedefs

typedef const class UVvec mlib::CUVvec
typedef const class UVpt mlib::CUVpt
typedef const class UVpt_list mlib::CUVpt_list
typedef const class UVline mlib::CUVline

Functions

UVvec mlib::operator * (double s, const UVvec &p)
UVpt mlib::operator * (double s, const UVpt &p)

Detailed Description

2D coordinates that can be used for texture mapping, e.g.

UV coordinates : -1 to 1 normalized coordinates


Typedef Documentation

typedef const class UVline mlib::CUVline
 

Definition at line 180 of file points.H.

typedef const class UVpt mlib::CUVpt
 

Definition at line 178 of file points.H.

typedef const class UVpt_list mlib::CUVpt_list
 

Definition at line 179 of file points.H.

typedef const class UVvec mlib::CUVvec
 

Definition at line 177 of file points.H.


Function Documentation

UVpt mlib::operator * double  s,
const UVpt &  p
[inline]
 

Definition at line 1294 of file points.H.

UVvec mlib::operator * double  s,
const UVvec &  p
[inline]
 

Definition at line 1263 of file points.H.

mlib::UVpt::UVpt CUVline ,
CUVpt
[inline, inherited]
 

Definition at line 1337 of file points.H.

mlib::UVpt::UVpt CUVline ,
CUVline
[inline, inherited]
 

Definition at line 1336 of file points.H.


Generated on Mon Sep 18 11:48:06 2006 for jot by  doxygen 1.4.4