|
Public Member Functions |
| UInt3 () |
| UInt3 (GLuint x, GLuint y, GLuint z) |
| UInt3 (const GLuint *c) |
| UInt3 (QRgb c) |
| operator const GLuint * () const |
| operator GLuint * () |
QRgb | toQRgb () const |
QString | toQString () const |
UInt3 | operator+= (const UInt3 &a) |
UInt3 | operator-= (const UInt3 &a) |
UInt3 | operator *= (const UInt3 &a) |
UInt3 | operator/= (const UInt3 &a) |
UInt3 | operator *= (float s) |
UInt3 | operator/= (float s) |
void | reset (float r=0, float g=0, float b=0, float a=0) |
void | setGL () const |
UByte3 | toUByte3 () const |
Static Public Attributes |
static const int | SIZE = 3 |
static const GLint | TEX_FORMAT = 3 |
static const GLenum | DATA_FORMAT = GL_RGB |
static const GLenum | DATA_TYPE = GL_UNSIGNED_INT |
Friends |
UInt3 | operator+ (const UInt3 &a, const UInt3 &b) |
UInt3 | operator- (const UInt3 &a, const UInt3 &b) |
UInt3 | operator * (const UInt3 &a, const UInt3 &b) |
UInt3 | operator/ (const UInt3 &a, const UInt3 &b) |
UInt3 | operator * (float s, const UInt3 &a) |
UInt3 | operator * (const UInt3 &a, float s) |
UInt3 | operator/ (float s, const UInt3 &a) |
UInt3 | operator/ (const UInt3 &a, float s) |