Rect

Rect struct used to store the positions of the Nodes in the treemap. The position is always relative to the initial rect.

Constructors

this
this(double x, double y, double width, double height)
Undocumented in source.

Members

Functions

bottom
double bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
left
double left()
Undocumented in source. Be warned that the author may not have intended to support it.
right
double right()
Undocumented in source. Be warned that the author may not have intended to support it.
top
double top()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
double height;
Undocumented in source.
width
double width;
Undocumented in source.
x
double x;
Undocumented in source.
y
double y;
Undocumented in source.

Meta