#include <structs.h>
Public Attributes | |
double | x0 |
double | x1 |
double | y0 |
double | y1 |
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.