OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInvInertiaTensorWorld
(Results
1 - 13
of
13
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.cpp
90
calcAngleInfo2(m_rbA.getCenterOfMassTransform(),m_rbB.getCenterOfMassTransform(),m_rbA.
getInvInertiaTensorWorld
(),m_rbB.
getInvInertiaTensorWorld
());
120
getInfo2NonVirtual(info,m_rbA.getCenterOfMassTransform(),m_rbB.getCenterOfMassTransform(),m_rbA.
getInvInertiaTensorWorld
(),m_rbB.
getInvInertiaTensorWorld
());
305
calcAngleInfo2(m_rbA.getCenterOfMassTransform(),m_rbB.getCenterOfMassTransform(),m_rbA.
getInvInertiaTensorWorld
(),m_rbB.
getInvInertiaTensorWorld
());
347
bodyA.internalApplyImpulse(normal*m_rbA.getInvMass(), m_rbA.
getInvInertiaTensorWorld
()*ftorqueAxis1,impulse);
348
bodyB.internalApplyImpulse(normal*m_rbB.getInvMass(), m_rbB.
getInvInertiaTensorWorld
()*ftorqueAxis2,-impulse);
434
bodyA.internalApplyImpulse(btVector3(0,0,0), m_rbA.
getInvInertiaTensorWorld
()*impulseAxis, impulseMag);
435
bodyB.internalApplyImpulse(btVector3(0,0,0), m_rbB.
getInvInertiaTensorWorld
()*impulseAxis, -impulseMag)
[
all
...]
btSequentialImpulseConstraintSolver.cpp
482
solverBody->m_externalTorqueImpulse = rb->getTotalTorque()*rb->
getInvInertiaTensorWorld
()*timeStep ;
557
solverConstraint.m_angularComponentA = body0->
getInvInertiaTensorWorld
()*ftorqueAxis1*body0->getAngularFactor();
570
solverConstraint.m_angularComponentB = body1->
getInvInertiaTensorWorld
()*ftorqueAxis1*body1->getAngularFactor();
659
solverConstraint.m_angularComponentA = body0 ? body0->
getInvInertiaTensorWorld
()*ftorqueAxis1*body0->getAngularFactor() : btVector3(0,0,0);
664
solverConstraint.m_angularComponentB = body1 ? body1->
getInvInertiaTensorWorld
()*ftorqueAxis1*body1->getAngularFactor() : btVector3(0,0,0);
669
btVector3 iMJaA = body0?body0->
getInvInertiaTensorWorld
()*solverConstraint.m_relpos1CrossNormal:btVector3(0,0,0);
670
btVector3 iMJaB = body1?body1->
getInvInertiaTensorWorld
()*solverConstraint.m_relpos2CrossNormal:btVector3(0,0,0);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h
271
const btMatrix3x3&
getInvInertiaTensorWorld
() const {
406
btVector3 vec = (c0 *
getInvInertiaTensorWorld
()).cross(r0);
414
btVector3 vec = axis *
getInvInertiaTensorWorld
();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btMLCPSolver.cpp
272
btVector3 relPosCrossNormalInvInertia = m_allConstraintPtrArray[i+row]->m_relpos1CrossNormal * orgBodyA->
getInvInertiaTensorWorld
();
309
btVector3 relPosInvInertiaB = m_allConstraintPtrArray[i+row]->m_relpos2CrossNormal * orgBodyB->
getInvInertiaTensorWorld
();
507
setElem(Minv,i*6+3+r,i*6+3+c,orgBody? orgBody->
getInvInertiaTensorWorld
()[r][c] : 0);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyConstraint.cpp
155
solverConstraint.m_angularComponentA = rb0 ? rb0->
getInvInertiaTensorWorld
()*torqueAxis0*rb0->getAngularFactor() : btVector3(0,0,0);
217
solverConstraint.m_angularComponentB = rb1 ? rb1->
getInvInertiaTensorWorld
()*-torqueAxis1*rb1->getAngularFactor() : btVector3(0,0,0);
btMultiBodyConstraintSolver.cpp
337
solverConstraint.m_angularComponentA = rb0 ? rb0->
getInvInertiaTensorWorld
()*torqueAxis0*rb0->getAngularFactor() : btVector3(0,0,0);
387
solverConstraint.m_angularComponentB = rb1 ? rb1->
getInvInertiaTensorWorld
()*-torqueAxis1*rb1->getAngularFactor() : btVector3(0,0,0);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBodyDoubleData.java
75
public SWIGTYPE_p_btMatrix3x3DoubleData
getInvInertiaTensorWorld
() {
btRigidBodyFloatData.java
75
public SWIGTYPE_p_btMatrix3x3FloatData
getInvInertiaTensorWorld
() {
btRigidBody.java
446
public Matrix3
getInvInertiaTensorWorld
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h
400
if(m_rigid) return(m_rigid->
getInvInertiaTensorWorld
());
btSoftBodyInternals.h
831
const btMatrix3x3& iwi=m_rigidBody?m_rigidBody->
getInvInertiaTensorWorld
() : iwiStatic;
btSoftBody.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp
[
all
...]
Completed in 659 milliseconds