Node:Rectangle Data Members, Next:Rectangle Constructors and Setting Functions, Previous:Rectangle Reference, Up:Rectangle Reference
real axis_h | Private variables |
real axis_v |
The lengths of the horizontal and vertical axes, respectively, of the
Rectangle . Actually,
they are merely the horizontal and vertical axes by convention, since
there are no restrictions on the orientation of an Rectangle .
Please note that |
bool on_free_store | Private variable |
true , if the Rectangle was dynamically allocated on the
free store, otherwise false . Dynamic allocation of
Rectangles should only be
performed by create_new<Rectangle>() , which sets
on_free_store to true .
|