Description
Class members
int x1, y1
int x2, y2
CL_Rect()
CL_Rect(
int nx1,
int ny1,
int nx2,
int ny2)
CL_Rect(const CL_Rect &rect)
bool operator ==(const CL_Rect &rect)
void move(
int delta_x,
int delta_y)
bool inside(
int x,
int y)
int get_width()
int get_height()
See Also
None
Back to index
|