#include <algorithm>#include <promeki/core/namespace.h>#include <promeki/core/point.h>#include <promeki/core/size2d.h>

Go to the source code of this file.
Classes | |
| class | Rect< T > |
| 2D rectangle defined by position and size. More... | |
Typedefs | |
| using | Rect2Di32 = Rect< int32_t > |
| 2D rectangle with int32_t components. | |
| using | Rect2Df = Rect< float > |
| 2D rectangle with float components. | |
| using | Rect2Dd = Rect< double > |
| 2D rectangle with double components. | |
See LICENSE file in the project root folder for license information.