|
template<typename T > |
Rectangle< T > | kanzi::getUnion (const Rectangle< T > &rectangle1, const Rectangle< T > &rectangle2) |
| Calculates union of the two rectangles. More...
|
|
template<typename T > |
Rectangle< T > | kanzi::intersection (const Rectangle< T > &rectangle1, const Rectangle< T > &rectangle2) |
| Calculates intersection of the two rectangles. More...
|
|
template<typename T > |
bool | kanzi::overlaps (const Rectangle< T > &rectangle1, const Rectangle< T > &rectangle2) |
| Checks if the two given rectangles overlap, at least partially. More...
|
|