2D size with integer dimensions
More...
#include <Geometry.h>
2D size with integer dimensions
Definition at line 23 of file Geometry.h.
◆ Size() [1/2]
| EmberCore::Size::Size |
( |
| ) |
|
|
default |
◆ Size() [2/2]
| EmberCore::Size::Size |
( |
int | width, |
|
|
int | height ) |
|
inline |
◆ IsEmpty()
| bool EmberCore::Size::IsEmpty |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool EmberCore::Size::operator!= |
( |
const Size & | other | ) |
const |
|
inline |
◆ operator==()
| bool EmberCore::Size::operator== |
( |
const Size & | other | ) |
const |
|
inline |
◆ height
| int EmberCore::Size::height = 0 |
◆ width
| int EmberCore::Size::width = 0 |
The documentation for this struct was generated from the following file: