#include <Rect.h>
|
T | x = 0 |
|
T | y = 0 |
|
T | w = 0 |
|
T | h = 0 |
|
◆ Rect() [1/4]
◆ Rect() [2/4]
◆ Rect() [3/4]
◆ Rect() [4/4]
◆ bottomLeft()
◆ bottomRight()
◆ center()
◆ contains()
template<class T >
bool Rect< T >::contains |
( |
const Point< T > & |
point | ) |
|
|
inline |
◆ intersection()
template<class T >
Rect< T > Rect< T >::intersection |
( |
const Rect< T > & |
other | ) |
const |
|
inline |
◆ intersects()
template<class T >
bool Rect< T >::intersects |
( |
const Rect< T > & |
other | ) |
const |
|
inline |
◆ isEmpty()
template<class T >
bool Rect< T >::isEmpty |
( |
| ) |
const |
|
inline |
◆ size()
◆ topLeft()
◆ topRight()
◆ operator==
template<class T >
bool operator== |
( |
const Rect< T > & |
l, |
|
|
const Rect< T > & |
r |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: