SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::UInt2 Struct Reference

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.
 

Detailed Description

double unsigned int

Definition at line 16 of file Math.h.


The documentation for this struct was generated from the following file: