Home
last modified time | relevance | path

Searched refs:m_pivotInB (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtPoint2PointConstraint.h62 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()
DbtPoint2PointConstraint.cpp26 :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/
DbtMultiBodyPoint2Point.cpp34 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()
DbtMultiBodyPoint2Point.h32 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/
Dbullet.h737 btVector3FloatData m_pivotInB; variable
747 btVector3DoubleData m_pivotInB; variable
757 btVector3DoubleData m_pivotInB; variable
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp545 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/
Ddynamics_wrap.cpp14942 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()