c1 | mat4 | |
c2 | mat4 | |
c3 | mat4 | |
c4 | mat4 | |
c_ptr() const | mat4 | [inline] |
mat4() | mat4 | [inline] |
mat4(_float a1, _float a2, _float a3, _float a4, _float b1, _float b2, _float b3, _float b4, _float d1, _float d2, _float d3, _float d4, _float e1, _float e2, _float e3, _float e4) | mat4 | [inline] |
mat4(vec4 a, vec4 b, vec4 c, vec4 d) | mat4 | [inline] |
mat4(const _float *f) | mat4 | [inline] |
mat4(const mat2 &m) | mat4 | [inline] |
mat4(const mat3 &m) | mat4 | [inline] |
operator *(const _float &f) const | mat4 | [inline] |
operator *(const mat4 &M) const | mat4 | [inline] |
operator *(const vec4 &v) const | mat4 | [inline] |
operator *=(const _float &f) | mat4 | [inline] |
operator const vec4 *() const | mat4 | [inline] |
operator vec4 *() | mat4 | [inline] |
operator()(const std::vector< vec4 > &in, std::vector< vec4 > &out) const | mat4 | [inline] |
operator()(const std::list< vec4 > &in, std::list< vec4 > &out) const | mat4 | [inline] |
operator()(const vec4 *in, unsigned int count) | mat4 | [inline] |
operator+(const mat4 &M) const | mat4 | [inline] |
operator+() const | mat4 | [inline] |
operator+=(const mat4 &M) | mat4 | [inline] |
operator-(const mat4 &M) const | mat4 | [inline] |
operator-() const | mat4 | [inline] |
operator-=(const mat4 &M) | mat4 | [inline] |
operator/(const _float &f) const | mat4 | [inline] |
operator/=(const _float &f) | mat4 | [inline] |
ptr() | mat4 | [inline] |