#include <Rect.h>
Public Member Functions | |
Rect () | |
(*** add brief description here ***) | |
virtual | ~Rect () |
(*** add brief description here ***) | |
Rect (int x, int y, int w, int h) | |
(*** add brief description here ***) | |
Rect (const Point &a, const Point &b) | |
(*** add brief description here ***) | |
Point | UpperLeft () const |
(*** add brief description here ***) | |
Point | LowerRight () const |
(*** add brief description here ***) | |
bool | Contains (const Point &point) const |
(*** add brief description here ***) | |
bool | Contains (const Rect &rect) const |
(*** add brief description here ***) | |
Rect | Intersection (const Rect &rect) const |
(*** add brief description here ***) | |
Rect | Union (const Rect &rect) const |
(*** add brief description here ***) | |
bool | IsValid () const |
(*** add brief description here ***) | |
Public Attributes | |
int | x |
(*** add brief description here ***) | |
int | y |
(*** add brief description here ***) | |
int | w |
(*** add brief description here ***) | |
int | h |
(*** add brief description here ***) |
Rect | ( | ) | [inline] |
(*** add brief description here ***)
virtual ~Rect | ( | ) | [inline, virtual] |
(*** add brief description here ***)
Rect | ( | int | x, | |
int | y, | |||
int | w, | |||
int | h | |||
) | [inline] |
(*** add brief description here ***)
Point UpperLeft | ( | ) | const [inline] |
(*** add brief description here ***)
Point LowerRight | ( | ) | const [inline] |
(*** add brief description here ***)
bool Contains | ( | const Point & | point | ) | const [inline] |
(*** add brief description here ***)
bool Contains | ( | const Rect & | rect | ) | const [inline] |
(*** add brief description here ***)
bool IsValid | ( | ) | const [inline] |
(*** add brief description here ***)
int x |
(*** add brief description here ***)
int y |
(*** add brief description here ***)
int w |
(*** add brief description here ***)
int h |
(*** add brief description here ***)
Navigation
Home Page
Screen Shots
Developers
Documentation
Doxygen
Namespace List
Class List
Class Hierarchy
File List
Todo List
Links
SDL Library
License
SourceForge Project
Forums
Download
Regimental Command
Copyright © 2008
Randi J. Relander