This is the complete list of members for mat4, including all inherited members.
BuildOrthographicMatrix(float left, float right, float top, float bottom, float near, float far) | mat4 | inline |
data | mat4 | |
mat4() | mat4 | inline |
mat4(float r00, float r10, float r20, float r01, float r11, float r21, float r02, float r12, float r22, float x, float y, float z) | mat4 | inline |
mat4(const mat4 &mat) | mat4 | inline |
MulVec(const float *vecIn, float *vecOut) | mat4 | inline |
operator &(const mat4 &mat) | mat4 | inline |
operator*(float s) const | mat4 | inline |
operator+(const mat4 &mat) const | mat4 | inline |
operator[](unsigned i) | mat4 | inline |
operator[](unsigned i) const | mat4 | inline |