Collaboration diagram for "XY" Coordinate System:
Classes | |
class | mlib::XYvec |
A vector in XY coordinates. More... | |
class | mlib::XYpt |
A point in XY coordinates. More... | |
class | mlib::XYline |
A line in XY coordinates. More... | |
class | mlib::XYpt_list |
A list of points in XY coordinates. More... | |
Constructors | |
mlib::XYpt::XYpt (CXYline &, CXYline &) | |
mlib::XYpt::XYpt (CXYline &, CXYpt &) | |
Typedefs | |
typedef const class XYvec | mlib::CXYvec |
typedef const class XYpt | mlib::CXYpt |
typedef const class XYpt_list | mlib::CXYpt_list |
typedef const class XYline | mlib::CXYline |
Functions | |
XYvec | mlib::operator * (double s, const XYvec &p) |
XYpt | mlib::operator * (double s, const XYpt &p) |
XY coordinates : -1 to 1 normalized coordinates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|