Home | History | Annotate | Download | only in cpp

Lines Matching refs:UInt4

915      * Utility function for returning an Element containing a uint4.
2154 class UInt4 {
2158 UInt4(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW)
2160 UInt4() : x(0), y(0), z(0), w(0) {}