Searched refs:h_bottom (Results 1 – 1 of 1) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
D | btMultiBody.cpp | 1277 btVector3 * h_bottom = num_links > 0 ? &m_vectorBuf[num_links] : 0; in stepVelocities() local 1386 …h_bottom[i] = inertia_bottom_left[i+1] * m_links[i].getAxisTop(0) + inertia_top_left[i+1].transpos… in stepVelocities() 1387 … = SpatialDotProduct(m_links[i].getAxisTop(0), m_links[i].getAxisBottom(0), h_top[i], h_bottom[i]); in stepVelocities() 1392 … - SpatialDotProduct(h_top[i], h_bottom[i], coriolis_top_angular[i], coriolis_bottom_linear[i]); in stepVelocities() 1403 …tMatrix3x3 TL = inertia_top_left[i+1] - vecMulVecTranspose(one_over_di * h_top[i] , h_bottom[i]); in stepVelocities() 1405 …trix3x3 BL = inertia_bottom_left[i+1]- vecMulVecTranspose(one_over_di * h_bottom[i] , h_bottom[i]); in stepVelocities() 1430 + Y_over_D * h_bottom[i]; in stepVelocities() 1487 …joint_accel[i] = (Y1[i] - SpatialDotProduct(h_top[i], h_bottom[i], accel_top[i+1], accel_bottom[i+… in stepVelocities() 1816 const btVector3 * h_bottom = num_links > 0 ? &m_vectorBuf[num_links] : 0; in calcAccelerationDeltas() local 1863 in_bottom = zero_acc_bottom_linear[i+1] + Y_over_D * h_bottom[i]; in calcAccelerationDeltas() [all …]
|