Home | History | Annotate | Download | only in cpp

Lines Matching refs:Byte4

2132 class Byte4 {
2136 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW)
2138 Byte4() : x(0), y(0), z(0), w(0) {}