This commit is contained in:
Xuchen Han
2019-08-02 15:51:38 -07:00
parent 9a5ef6c849
commit dae230912b
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ SET(BulletSoftBody_HDRS
btSoftBodySolvers.h
btDefaultSoftBodySolver.h
btCGrojection.h
btCGProjection.h
btConjugateGradient.h
btDeformableGravityForce.h
btDeformableMassSpringForce.h

View File

@@ -28,7 +28,7 @@ subject to the following restrictions:
#include "BulletDynamics/Featherstone/btMultiBodyLinkCollider.h"
#include "BulletDynamics/Featherstone/btMultiBodyConstraint.h"
#include <string.h> //for memset
#include <math.h>
#include <cmath>
static void findJacobian(const btMultiBodyLinkCollider* multibodyLinkCol,
btMultiBodyJacobianData& jacobianData,
const btVector3& contact_point,