#include <tvu_typesdef.h>
Inheritance diagram for CTRectangle::
Public Methods | |
CTRectangle () | |
Contructors/Destructors. More... | |
CTRectangle (double x1, double y1, double x2, double y2, double z1=0., double z2=0.) | |
CTRectangle (CTPoint3D &_lt, CTPoint3D &_rb) | |
virtual | ~CTRectangle () |
DEFINE_ID_FUNCTIONS (CTRectangle, CTObject, CLASSNAME_TYPE_RECTANGLE_ID, CLASSNAME_TYPE_RECTANGLE) public | |
Data Fields | |
CTPoint3D | lt |
Data How can I be constructed? More... | |
CTPoint3D | rb |
Left-top. More... |
|
Contructors/Destructors.
|
|
Data How can I be constructed?
|
|
Left-top.
|