This is the complete list of members for Matrix4f, including all inherited members.
getInfos() | Matrix4f | |
identity() | Matrix4f | static |
inverse() | Matrix4f | |
inverse(const Matrix4f &mat) | Matrix4f | static |
Matrix4f() | Matrix4f | |
Matrix4f(float data[]) | Matrix4f | |
Matrix4f(const Matrix4f &mat) | Matrix4f | |
matrix_name | Matrix4f | |
operator!=(const Matrix4f &mat) const | Matrix4f | |
operator()(int u, int v) | Matrix4f | |
operator*(const Matrix4f &mat) const | Matrix4f | |
operator*(const Vector4< float > &vect) const | Matrix4f | |
operator*(const float &scalar) const | Matrix4f | |
operator+(const Matrix4f &mat) const | Matrix4f | |
operator+(const float &scalar) const | Matrix4f | |
operator-(const Matrix4f &mat) const | Matrix4f | |
operator-(const float &scalar) const | Matrix4f | |
operator==(const Matrix4f &mat) const | Matrix4f | |
setIdentity() | Matrix4f | |
setSubMatrix3f(Matrix3f input, int row=0, int column=0) | Matrix4f | |
setSubVector3f(Vector3< float > input, int column=3) | Matrix4f | |
setSubVector4f(Vector4< float > input, int column=3) | Matrix4f | |
setZeros() | Matrix4f | |
transpose() | Matrix4f | |
transpose(const Matrix4f &mat) | Matrix4f | static |
zeros() | Matrix4f | static |