|
| Rect (Vector2< T > const &position, Vector2< T > const &size) |
|
template<class U > |
| Rect (Rect< U > const &rectangle) |
|
bool | operator== (Rect< T > const &right) const |
|
bool | operator!= (Rect< T > const &right) const |
|
bool | contains (Vector2< T > const &point) const |
|
std::optional< Rect< T > > | findIntersection (Rect< T > const &rectangle) const |
|
Vector2< T > | getPosition () const |
|
Vector2< T > | getSize () const |
|
|
T | _x |
|
T | _y |
|
T | _width |
|
T | _height |
|
The documentation for this class was generated from the following files: