![]() |
ezEngine Release 26.3
|
Generic two-dimensional size representation with width and height components. More...
#include <Size.h>
Public Attributes | |
| Type | width |
| Type | height |
Generic two-dimensional size representation with width and height components.
Provides a simple container for representing rectangular dimensions in 2D space. The template parameter allows using different numeric types (integers, floats) depending on precision requirements. Common typedefs include ezSizeU32, ezSizeFloat, and ezSizeDouble. Primarily used for representing viewport dimensions, texture sizes, and UI element bounds.