Home
last modified time | relevance | path

Searched refs:getFrameOffsetB (Results 1 – 11 of 11) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtSliderConstraint.h187 const btTransform & getFrameOffsetB() const { return m_frameInB; } in ATTRIBUTE_ALIGNED16()
189 btTransform & getFrameOffsetB() { return m_frameInB; } in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofConstraint.h397 const btTransform & getFrameOffsetB() const in ATTRIBUTE_ALIGNED16()
408 btTransform & getFrameOffsetB() in ATTRIBUTE_ALIGNED16()
DbtConeTwistConstraint.h291 const btTransform& getFrameOffsetB() const in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofSpring2Constraint.h356 const btTransform & getFrameOffsetB() const { return m_frameInB; } in ATTRIBUTE_ALIGNED16()
359 btTransform & getFrameOffsetB() { return m_frameInB; } in ATTRIBUTE_ALIGNED16()
DbtHingeConstraint.h156 btTransform& getFrameOffsetB() in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtConeTwistConstraint.java214 public Matrix4 getFrameOffsetB() { in getFrameOffsetB() method in btConeTwistConstraint
DbtGeneric6DofConstraint.java98 public Matrix4 getFrameOffsetB() { in getFrameOffsetB() method in btGeneric6DofConstraint
DbtGeneric6DofSpring2Constraint.java108 public Matrix4 getFrameOffsetB() { in getFrameOffsetB() method in btGeneric6DofSpring2Constraint
DbtHingeConstraint.java126 public Matrix4 getFrameOffsetB() { in getFrameOffsetB() method in btHingeConstraint
DbtSliderConstraint.java98 public Matrix4 getFrameOffsetB() { in getFrameOffsetB() method in btSliderConstraint
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp12806 result = (btTransform *) &((btSliderConstraint const *)arg1)->getFrameOffsetB(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btSliderConstraint_1getFrameOffsetB_1_1SWIG_10()
17239 result = (btTransform *) &((btGeneric6DofConstraint const *)arg1)->getFrameOffsetB(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofConstraint_1getFrameOffsetB_1_1SWIG_10()
19405 result = (btTransform *) &((btConeTwistConstraint const *)arg1)->getFrameOffsetB(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btConeTwistConstraint_1getFrameOffsetB()
22375 result = (btTransform *) &((btGeneric6DofSpring2Constraint const *)arg1)->getFrameOffsetB(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofSpring2Constraint_1getFrameOffsetB_1_1SWIG_10()
26179 result = (btTransform *) &(arg1)->getFrameOffsetB(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btHingeConstraint_1getFrameOffsetB()