Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtSliderConstraint.h186 const btTransform & getFrameOffsetA() const { return m_frameInA; } in ATTRIBUTE_ALIGNED16()
188 btTransform & getFrameOffsetA() { return m_frameInA; } in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofConstraint.h392 const btTransform & getFrameOffsetA() const in ATTRIBUTE_ALIGNED16()
403 btTransform & getFrameOffsetA() in ATTRIBUTE_ALIGNED16()
DbtConeTwistConstraint.h286 const btTransform& getFrameOffsetA() const in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofSpring2Constraint.h355 const btTransform & getFrameOffsetA() const { return m_frameInA; } in ATTRIBUTE_ALIGNED16()
358 btTransform & getFrameOffsetA() { return m_frameInA; } in ATTRIBUTE_ALIGNED16()
DbtHingeConstraint.h151 btTransform& getFrameOffsetA() in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtConeTwistConstraint.java210 public Matrix4 getFrameOffsetA() { in getFrameOffsetA() method in btConeTwistConstraint
DbtGeneric6DofConstraint.java94 public Matrix4 getFrameOffsetA() { in getFrameOffsetA() method in btGeneric6DofConstraint
DbtGeneric6DofSpring2Constraint.java104 public Matrix4 getFrameOffsetA() { in getFrameOffsetA() method in btGeneric6DofSpring2Constraint
DbtSliderConstraint.java94 public Matrix4 getFrameOffsetA() { in getFrameOffsetA() method in btSliderConstraint
DbtHingeConstraint.java122 public Matrix4 getFrameOffsetA() { in getFrameOffsetA() method in btHingeConstraint
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp12790 result = (btTransform *) &((btSliderConstraint const *)arg1)->getFrameOffsetA(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btSliderConstraint_1getFrameOffsetA_1_1SWIG_10()
17223 result = (btTransform *) &((btGeneric6DofConstraint const *)arg1)->getFrameOffsetA(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofConstraint_1getFrameOffsetA_1_1SWIG_10()
19389 result = (btTransform *) &((btConeTwistConstraint const *)arg1)->getFrameOffsetA(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btConeTwistConstraint_1getFrameOffsetA()
22359 result = (btTransform *) &((btGeneric6DofSpring2Constraint const *)arg1)->getFrameOffsetA(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofSpring2Constraint_1getFrameOffsetA_1_1SWIG_10()
26163 result = (btTransform *) &(arg1)->getFrameOffsetA(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btHingeConstraint_1getFrameOffsetA()