|
Public Member Functions |
| mat4 () |
| 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 (vec4 a, vec4 b, vec4 c, vec4 d) |
| mat4 (const _float *f) |
| mat4 (const mat2 &m) |
| mat4 (const mat3 &m) |
| operator vec4 * () |
| operator const vec4 * () const |
_float * | ptr () |
const _float * | c_ptr () const |
mat4 | operator+ (const mat4 &M) const |
mat4 | operator+ () const |
mat4 | operator- (const mat4 &M) const |
mat4 | operator- () const |
mat4 & | operator+= (const mat4 &M) |
mat4 & | operator-= (const mat4 &M) |
mat4 | operator * (const _float &f) const |
mat4 | operator/ (const _float &f) const |
mat4 & | operator *= (const _float &f) |
mat4 & | operator/= (const _float &f) |
mat4 | operator * (const mat4 &M) const |
vec4 | operator * (const vec4 &v) const |
| operator() (const std::vector< vec4 > &in, std::vector< vec4 > &out) const |
| operator() (const std::list< vec4 > &in, std::list< vec4 > &out) const |
vec4 * | operator() (const vec4 *in, unsigned int count) |
Public Attributes |
vec4 | c1 |
vec4 | c2 |
vec4 | c3 |
vec4 | c4 |