Rigid Body Dynamics Library
|
Go to the source code of this file.
Namespaces | |
namespace | RigidBodyDynamics |
namespace | RigidBodyDynamics::Math |
Math types such as vectors and matrices and utility functions. | |
typedef Eigen::Matrix< double, 2, 2 > Matrix2_t |
Definition at line 19 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<3,3> Matrix3_t |
Definition at line 20 of file rbdl_math.h.
typedef Eigen::Matrix< double, 4, 3 > Matrix43_t |
Definition at line 27 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<4,4> Matrix4_t |
Definition at line 28 of file rbdl_math.h.
typedef Eigen::Matrix< double, 6, 3 > Matrix63_t |
Definition at line 26 of file rbdl_math.h.
typedef Eigen::MatrixXd MatrixN_t |
Definition at line 30 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<6,6> SpatialMatrix_t |
Definition at line 24 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<6,1> SpatialVector_t |
Definition at line 23 of file rbdl_math.h.
typedef double Vector1_t |
Definition at line 16 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<2,1> Vector2_t |
Definition at line 17 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<3,1> Vector3_t |
Definition at line 18 of file rbdl_math.h.
typedef RBDLCasadiMath::MX_Xd_static<4,1> Vector4_t |
Definition at line 21 of file rbdl_math.h.
typedef Eigen::VectorXd VectorN_t |
Definition at line 31 of file rbdl_math.h.