This is the complete list of members for gazebo::math::Matrix4, including all inherited members.
GetAsPose() const | gazebo::math::Matrix4 | |
GetEulerRotation(unsigned int solution_number=1) const | gazebo::math::Matrix4 | |
GetRotation() const | gazebo::math::Matrix4 | |
GetTranslation() const | gazebo::math::Matrix4 | |
IDENTITY | gazebo::math::Matrix4 | static |
Inverse() const | gazebo::math::Matrix4 | |
IsAffine() const | gazebo::math::Matrix4 | |
m | gazebo::math::Matrix4 | protected |
Matrix4() | gazebo::math::Matrix4 | |
Matrix4(const Matrix4 &_m) | gazebo::math::Matrix4 | |
Matrix4(double _v00, double _v01, double _v02, double _v03, double _v10, double _v11, double _v12, double _v13, double _v20, double _v21, double _v22, double _v23, double _v30, double _v31, double _v32, double _v33) | gazebo::math::Matrix4 | |
operator*(const Matrix4 &_mat) const | gazebo::math::Matrix4 | |
operator*(const Matrix3 &_mat) const | gazebo::math::Matrix4 | |
operator*(const Vector3 &_vec) const | gazebo::math::Matrix4 | |
operator<<(std::ostream &_out, const gazebo::math::Matrix4 &_m) | gazebo::math::Matrix4 | friend |
operator=(const Matrix4 &_mat) | gazebo::math::Matrix4 | |
operator=(const Matrix3 &_mat) | gazebo::math::Matrix4 | |
operator==(const Matrix4 &_m) const | gazebo::math::Matrix4 | |
operator[](size_t _row) | gazebo::math::Matrix4 | inline |
operator[](size_t _row) const | gazebo::math::Matrix4 | inline |
Set(double _v00, double _v01, double _v02, double _v03, double _v10, double _v11, double _v12, double _v13, double _v20, double _v21, double _v22, double _v23, double _v30, double _v31, double _v32, double _v33) | gazebo::math::Matrix4 | |
SetScale(const Vector3 &_s) | gazebo::math::Matrix4 | |
SetTranslate(const Vector3 &_t) | gazebo::math::Matrix4 | |
TransformAffine(const Vector3 &_v) const | gazebo::math::Matrix4 | |
ZERO | gazebo::math::Matrix4 | static |
~Matrix4() | gazebo::math::Matrix4 | virtual |