Searched refs:UInt2 (Results 1 – 1 of 1) sorted by relevance
214 class UInt2 {218 UInt2(uint32_t initX, uint32_t initY) in UInt2() function220 UInt2() : x(0), y(0) {} in UInt2() function