mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 19:36:20 +03:00
9 lines
247 B
C++
9 lines
247 B
C++
#ifndef BULLET_CONVERSION_H
|
|
#define BULLET_CONVERSION_H
|
|
|
|
class btMultiBody;
|
|
#include "MathUtil.h"
|
|
void btExtractJointBodyFromBullet(const btMultiBody* bulletMB, Eigen::MatrixXd& bodyDefs, Eigen::MatrixXd& jointMat);
|
|
|
|
|
|
#endif //BULLET_CONVERSION_H
|