|
libosmscout
1.1.1
|
#include <libosmscout-map/include/osmscout/LabelLayouter.h>

Public Member Functions | |
| Rectangle ()=default | |
| Rectangle (T x, T y, T width, T height) | |
| Rectangle< T > & | Set (T nx, T ny, T nw, T nh) |
| bool | Intersects (const Rectangle< T > &other) |
Public Attributes | |
| T | x |
| T | y |
| T | width |
| T | height |
|
default |
|
inline |
|
inline |
Test if this Rectangle intersects with another. It is using open interval, so if two rectangles are just touching each other, these don't intersects.
| other |
|
inline |
| T osmscout::Rectangle< T >::height |
| T osmscout::Rectangle< T >::width |
| T osmscout::Rectangle< T >::x |
| T osmscout::Rectangle< T >::y |
1.8.14