Searched refs:m_pivotInB (Results 1 – 7 of 7) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
D | btPoint2PointConstraint.h | 62 btVector3 m_pivotInB; in ATTRIBUTE_ALIGNED16() local 101 m_pivotInB = pivotB; in ATTRIBUTE_ALIGNED16() 111 return m_pivotInB; in ATTRIBUTE_ALIGNED16() 133 btVector3FloatData m_pivotInB; member 141 btVector3DoubleData m_pivotInB; member 152 btVector3DoubleData m_pivotInB; member 170 m_pivotInB.serialize(p2pData->m_pivotInB); in serialize()
|
D | btPoint2PointConstraint.cpp | 26 :btTypedConstraint(POINT2POINT_CONSTRAINT_TYPE,rbA,rbB),m_pivotInA(pivotInA),m_pivotInB(pivotInB), in btPoint2PointConstraint() 35 :btTypedConstraint(POINT2POINT_CONSTRAINT_TYPE,rbA),m_pivotInA(pivotInA),m_pivotInB(rbA.getCenterOf… in btPoint2PointConstraint() 58 m_rbB.getCenterOfMassTransform()*m_pivotInB - m_rbB.getCenterOfMassPosition(), in buildJacobian()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
D | btMultiBodyPoint2Point.cpp | 34 m_pivotInB(pivotInB) in btMultiBodyPoint2Point() 44 m_pivotInB(pivotInB) in btMultiBodyPoint2Point() 145 btVector3 pivotBworld = m_pivotInB; in createConstraintRows() 149 pivotBworld = m_rigidBodyB->getCenterOfMassTransform()*m_pivotInB; in createConstraintRows() 153 pivotBworld = m_bodyB->localPosToWorld(m_linkB, m_pivotInB); in createConstraintRows() 211 btVector3 pivot = m_rigidBodyB->getCenterOfMassTransform() * m_pivotInB; in debugDraw() 217 btVector3 pivotBworld = m_bodyB->localPosToWorld(m_linkB, m_pivotInB); in debugDraw()
|
D | btMultiBodyPoint2Point.h | 32 btVector3 m_pivotInB; variable 53 return m_pivotInB; in getPivotInB() 58 m_pivotInB = pivotInB; in setPivotInB()
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/ |
D | bullet.h | 737 btVector3FloatData m_pivotInB; variable 747 btVector3DoubleData m_pivotInB; variable 757 btVector3DoubleData m_pivotInB; variable
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/ |
D | btWorldImporter.cpp | 545 pivotInB.deSerializeDouble(p2pData->m_pivotInB); in convertConstraintBackwardsCompatible281() 765 pivotInB.deSerializeFloat(p2pData->m_pivotInB); in convertConstraintFloat() 1093 pivotInB.deSerializeDouble(p2pData->m_pivotInB); in convertConstraintDouble()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/ |
D | dynamics_wrap.cpp | 14942 if (arg1) (arg1)->m_pivotInB = *arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintFloatData_1pivotInB_1set() 14955 result = (btVector3FloatData *)& ((arg1)->m_pivotInB); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintFloatData_1pivotInB_1get() 15051 if (arg1) (arg1)->m_pivotInB = *arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintDoubleData2_1pivotInB_1set() 15064 result = (btVector3DoubleData *)& ((arg1)->m_pivotInB); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintDoubleData2_1pivotInB_1get() 15160 if (arg1) (arg1)->m_pivotInB = *arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintDoubleData_1pivotInB_1set() 15173 result = (btVector3DoubleData *)& ((arg1)->m_pivotInB); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btPoint2PointConstraintDoubleData_1pivotInB_1get()
|