![]() |
ezEngine
Release 25.03
|
A simple size class templated on the type for width and height. More...
#include <Size.h>
Public Member Functions | |
EZ_DECLARE_POD_TYPE () | |
ezSizeTemplate () | |
Default constructor does not initialize the data. | |
ezSizeTemplate (Type width, Type height) | |
Constructor to set all values. | |
bool | HasNonZeroArea () const |
Returns true if the area described by the size is non zero. | |
Public Attributes | |
Type | width |
Type | height |
A simple size class templated on the type for width and height.