Home | History | Annotate | Download | only in cpp

Lines Matching refs:Byte3

2010 class Byte3 {
2014 Byte3(int8_t initX, int8_t initY, int8_t initZ)
2016 Byte3() : x(0), y(0), z(0) {}