33 #ifndef DART_COLLISION_BULLET_BULLETTYPES_HPP_
34 #define DART_COLLISION_BULLET_BULLETTYPES_HPP_
37 #include "dart/config.hpp"
39 #include <Eigen/Dense>
40 #include <btBulletCollisionCommon.h>
btMatrix3x3 convertMatrix3x3(const Eigen::Matrix3d &_R)
Convert Bullet matrix3x3 type to Eigen matrix3x3 type.
Definition: BulletTypes.cpp:54
btTransform convertTransform(const Eigen::Isometry3d &_T)
Convert Bullet transformation type to Eigen transformation type.
Definition: BulletTypes.cpp:62
Eigen::Vector3d convertVector3(const btVector3 &_vec)
Convert Bullet vector3 type to Eigen vector3 type.
Definition: BulletTypes.cpp:42
Definition: BulletCollisionDetector.cpp:63