ezEngine  Release 25.03
ezSizeTemplate< Type > Class Template Reference

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
 

Detailed Description

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: