A simple size class templated on the type for width and height.
More...
#include <Size.h>
|
| 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.
|
|
template<typename Type>
class ezSizeTemplate< Type >
A simple size class templated on the type for width and height.
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Math/Size.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Math/Implementation/Size_inl.h