Home | History | Annotate | Download | only in cpp

Lines Matching full:byte3

88 class Byte3 {
92 Byte3(int8_t initX, int8_t initY, int8_t initZ)
94 Byte3() : x(0), y(0), z(0) {}