rectangle management class More...
#include <Rect.h>
Public Member Functions | |
| Rect () | |
| constructor | |
| Rect (T &l, T &t, T &r, T &b) | |
| constructor More... | |
| virtual | ~Rect () |
| destructor | |
| T | getWidth () |
| gets width of rectangle More... | |
| T | getHeight () |
| gets height of rectangle More... | |
Public Attributes | |
| T | left |
| T | top |
| T | right |
| T | bottom |
rectangle management class
|
inline |
|
inline |
|
inline |
| T kome::core::Rect< T >::bottom |
| T kome::core::Rect< T >::left |
| T kome::core::Rect< T >::right |
| T kome::core::Rect< T >::top |
1.8.6