Home | History | Annotate | Download | only in cpp

Lines Matching defs:UInt2

214 class UInt2 {
218 UInt2(uint32_t initX, uint32_t initY)
220 UInt2() : x(0), y(0) {}
1269 * Utility function for returning an Element containing a uint2.