All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gazebo::math::Matrix4 Member List

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
IDENTITYgazebo::math::Matrix4static
Inverse() const gazebo::math::Matrix4
IsAffine() const gazebo::math::Matrix4
mgazebo::math::Matrix4protected
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::Matrix4friend
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::Matrix4inline
operator[](size_t _row) const gazebo::math::Matrix4inline
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
ZEROgazebo::math::Matrix4static
~Matrix4()gazebo::math::Matrix4virtual