#include <promeki/core/namespace.h>#include <promeki/core/string.h>#include <promeki/core/point.h>

Go to the source code of this file.
Classes | |
| class | Size2DTemplate< T > |
| Two-dimensional size (width and height). More... | |
Typedefs | |
| using | Size2Di32 = Size2DTemplate< int32_t > |
| 2D size with int32_t components. | |
| using | Size2Du32 = Size2DTemplate< uint32_t > |
| 2D size with uint32_t components. | |
| using | Size2Df = Size2DTemplate< float > |
| 2D size with float components. | |
| using | Size2Dd = Size2DTemplate< double > |
| 2D size with double components. | |
See LICENSE file in the project root folder for license information.