, including all inherited members.
adjoint() | Matrix4 | |
det() | Matrix4 | |
getAll(Vector4 &v1, Vector4 &v2, Vector4 &v3, Vector4 &v4) | Matrix4 | |
getOne(const int c) | Matrix4 | |
id() | Matrix4 | |
inv() | Matrix4 | |
Matrix4() | Matrix4 | |
Matrix4(const Vector4 &v0, const Vector4 &v1, const Vector4 &v2, const Vector4 &v3) | Matrix4 | |
operator!=(const Matrix4 &m) const | Matrix4 | |
operator*(const Matrix4 &m) | Matrix4 | |
operator*(const Vector4 &v) | Matrix4 | |
operator*(const Matrix4 &m, float d) | Matrix4 | [friend] |
operator*(float d, const Matrix4 &m) | Matrix4 | [friend] |
operator*=(const float s) | Matrix4 | |
operator+(const Matrix4 &m) const | Matrix4 | |
operator+=(const Matrix4 &m) | Matrix4 | |
operator-(const Matrix4 &m) const | Matrix4 | |
operator-() const | Matrix4 | |
operator-=(const Matrix4 &m) | Matrix4 | |
operator/(const Matrix4 &m, float d) | Matrix4 | [friend] |
operator/=(const float s) | Matrix4 | |
operator<<(ostream &out, const Matrix4 &m) | Matrix4 | [friend] |
operator=(const Matrix4 &m) | Matrix4 | |
operator==(const Matrix4 &m) const | Matrix4 | |
operator[](int n) | Matrix4 | [inline] |
operator[](int n) const | Matrix4 | [inline] |
outer(const Vector4 &a, const Vector4 &b) | Matrix4 | |
print(ostream &out) const | Matrix4 | |
setAll(const Vector4 &v1, const Vector4 &v2, const Vector4 &v3, const Vector4 &v4) | Matrix4 | |
setAll(const Vector4 *v) | Matrix4 | |
setOne(const int c, const Vector4 &v) | Matrix4 | |
setOne(const int c, const float v1, const float v2, const float v3, const float v4) | Matrix4 | |
sub(const int r, const int c) | Matrix4 | |
transpose() | Matrix4 | |
zero() | Matrix4 | |