The Gnome Chemistry Utils
0.14.0
|
#include <structs.h>
Public Attributes | |
double | x0 |
double | x1 |
double | y0 |
double | y1 |
Describes a rectangle for which (x0,y0) are the top left coordinates and (x1,y1) the bottom right coordinates.
Definition at line 36 of file gccv/structs.h.
double gccv::Rect::x0 |
the top left horizontal position
Definition at line 38 of file gccv/structs.h.
double gccv::Rect::x1 |
the bottom right horizontal position
Definition at line 40 of file gccv/structs.h.
double gccv::Rect::y0 |
the top left vertical position
Definition at line 42 of file gccv/structs.h.
double gccv::Rect::y1 |
the bottom right vertical position
Definition at line 44 of file gccv/structs.h.