Collaboration diagram for "World" Coordinate System:
Classes | |
class | mlib::Wvec |
A vector in World coordinates. More... | |
class | mlib::Wpt |
A point in World coordinates. More... | |
class | mlib::Wline |
A line in World coordinates. More... | |
class | mlib::Wtransf |
A tranform (or matrix) in World coordinates. More... | |
class | mlib::Wplane |
A plane in World coordinates. More... | |
class | mlib::Wpt_list |
A list of points in World coordinates. More... | |
Constructors | |
mlib::Wpt::Wpt (CWtransf &) | |
mlib::Wpt::Wpt (CWline &, CWline &) | |
mlib::Wpt::Wpt (CWline &, CWpt &) | |
mlib::Wpt::Wpt (CWplane &, CWline &) | |
Typedefs | |
typedef const class Wvec | mlib::CWvec |
typedef const class Wpt | mlib::CWpt |
typedef const class Wpt_list | mlib::CWpt_list |
typedef const class Wtransf | mlib::CWtransf |
typedef const class Wplane | mlib::CWplane |
typedef const class Wline | mlib::CWline |
typedef const class Wquat | mlib::CWquat |
Functions | |
Wvec | mlib::operator * (double s, const Wvec &p) |
Wpt | mlib::operator * (double s, const Wpt &p) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|