Collaboration diagram for "UV" Coordinate System:
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) |
UV coordinates : -1 to 1 normalized coordinates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|