Home | History | Annotate | Download | only in cpp

Lines Matching refs:Byte4

2019 class Byte4 {
2023 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW)
2025 Byte4() : x(0), y(0), z(0), w(0) {}