double unsigned int More...
#include <Math.h>
Public Member Functions | |
| UInt2 ()=default | |
| Constructor Function. | |
| UInt2 (const uint32_t &x, const uint32_t &y) | |
| Constructor Function. | |
| virtual | ~UInt2 ()=default |
| Destructor Function. | |
| bool | operator== (const UInt2 &other) const |
| equal operation. | |
Public Attributes | |
| uint32_t | x = 0 |
| x component. | |
| uint32_t | y = 0 |
| y component. | |