Home | History | Annotate | Download | only in cpp

Lines Matching full:byte3

2005 class Byte3 {
2009 Byte3(int8_t initX, int8_t initY, int8_t initZ)
2011 Byte3() : x(0), y(0), z(0) {}