Collaboration diagram for "PIXEL" Coordinate System:
Classes | |
class | mlib::VEXEL |
A vector in pixel coordinates. More... | |
class | mlib::PIXEL |
A point in pixel coordinates. More... | |
class | mlib::PIXELline |
A line in pixel coordinates. More... | |
class | mlib::PIXEL_list |
A list of points in pixel coordinates. More... | |
Typedefs | |
typedef const class VEXEL | mlib::CVEXEL |
typedef const class PIXEL | mlib::CPIXEL |
typedef const class PIXEL_list | mlib::CPIXEL_list |
Functions | |
VEXEL | mlib::operator * (double s, const VEXEL &p) |
Corresponds to GL-style pixels coords: lower left corner is (0,0) upper right is (width-1, height-1)
|
|
|
|
|
|
|
|