etk::Matrix4 Member List
This is the complete list of members for etk::Matrix4, including all inherited members.
coFactor(int32_t _row, int32_t _col) const | etk::Matrix4 | |
determinant() const | etk::Matrix4 | |
identity() | etk::Matrix4 | |
invert() | etk::Matrix4 | |
m_mat | etk::Matrix4 | |
Matrix4() | etk::Matrix4 | |
Matrix4(const Matrix4 &_obj) | etk::Matrix4 | |
Matrix4(float _a1, float _b1, float _c1, float _d1, float _a2, float _b2, float _c2, float _d2, float _a3, float _b3, float _c3, float _d3, float _a4, float _b4, float _c4, float _d4) | etk::Matrix4 | |
Matrix4(float *_values) | etk::Matrix4 | |
operator!=(const Matrix4 &_obj) const | etk::Matrix4 | |
operator*(const Matrix4 &_obj) const | etk::Matrix4 | |
operator*(const vec3 &_point) const | etk::Matrix4 | |
operator*=(const Matrix4 &_obj) | etk::Matrix4 | |
operator+(const Matrix4 &_obj) const | etk::Matrix4 | |
operator+=(const Matrix4 &_obj) | etk::Matrix4 | |
operator-(const Matrix4 &_obj) const | etk::Matrix4 | |
operator-=(const Matrix4 &_obj) | etk::Matrix4 | |
operator=(const Matrix4 &_obj) | etk::Matrix4 | |
operator==(const Matrix4 &_obj) const | etk::Matrix4 | |
rotate(const vec3 &_vect, float _angleRad=0.0) | etk::Matrix4 | |
scale(const vec3 &_vect) | etk::Matrix4 | |
scale(float _sx, float _sy, float _sz) | etk::Matrix4 | |
translate(const vec3 &_vect) | etk::Matrix4 | |
transpose() | etk::Matrix4 |