A simple size class templated on the type for width and height.
More...
#include <Size.h>
|
| PL_DECLARE_POD_TYPE () |
|
| plSizeTemplate () |
| Default constructor does not initialize the data.
|
|
| plSizeTemplate (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 plSizeTemplate< Type >
A simple size class templated on the type for width and height.
The documentation for this class was generated from the following files:
- Code/Engine/Foundation/Math/Size.h
- Code/Engine/Foundation/Math/Implementation/Size_inl.h