Bounds

Bounds struct holding the bounds (min_x, max_x, min_y, max_y)

Constructors

this
this(double my_min_x, double my_max_x, double my_min_y, double my_max_y)
Undocumented in source.
this
this(string value)
Undocumented in source.

Members

Variables

max_x
double max_x;
Undocumented in source.
max_y
double max_y;
Undocumented in source.
min_x
double min_x;
Undocumented in source.
min_y
double min_y;
Undocumented in source.

Meta