Home
last modified time | relevance | path

Searched refs:setFrames (Results 1 – 15 of 15) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtConeTwistConstraint.h284 virtual void setFrames(const btTransform& frameA, const btTransform& frameB); in ATTRIBUTE_ALIGNED16()
DbtSliderConstraint.h269 void setFrames(const btTransform& frameA, const btTransform& frameB) in ATTRIBUTE_ALIGNED16()
DbtHingeConstraint.h161 void setFrames(const btTransform& frameA, const btTransform& frameB); in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofConstraint.h446 void setFrames(const btTransform & frameA, const btTransform & frameB); in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofSpring2Constraint.h370 void setFrames(const btTransform & frameA, const btTransform & frameB); in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofConstraint.cpp710 void btGeneric6DofConstraint::setFrames(const btTransform& frameA, const btTransform& frameB) in setFrames() function in btGeneric6DofConstraint
DbtHingeConstraint.cpp664 void btHingeConstraint::setFrames(const btTransform & frameA, const btTransform & frameB) in setFrames() function in btHingeConstraint
DbtGeneric6DofSpring2Constraint.cpp597 void btGeneric6DofSpring2Constraint::setFrames(const btTransform& frameA, const btTransform& frameB) in setFrames() function in btGeneric6DofSpring2Constraint
DbtConeTwistConstraint.cpp1133 void btConeTwistConstraint::setFrames(const btTransform & frameA, const btTransform & frameB) in setFrames() function in btConeTwistConstraint
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtConeTwistConstraint.java206 public void setFrames(Matrix4 frameA, Matrix4 frameB) { in setFrames() method in btConeTwistConstraint
DbtGeneric6DofConstraint.java126 public void setFrames(Matrix4 frameA, Matrix4 frameB) { in setFrames() method in btGeneric6DofConstraint
DbtGeneric6DofSpring2Constraint.java124 public void setFrames(Matrix4 frameA, Matrix4 frameB) { in setFrames() method in btGeneric6DofSpring2Constraint
DbtHingeConstraint.java130 public void setFrames(Matrix4 frameA, Matrix4 frameB) { in setFrames() method in btHingeConstraint
DbtSliderConstraint.java382 public void setFrames(Matrix4 frameA, Matrix4 frameB) { in setFrames() method in btSliderConstraint
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp13822 (arg1)->setFrames((btTransform const &)*arg2,(btTransform const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btSliderConstraint_1setFrames()
17386 (arg1)->setFrames((btTransform const &)*arg2,(btTransform const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofConstraint_1setFrames()
19376 (arg1)->setFrames((btTransform const &)*arg2,(btTransform const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btConeTwistConstraint_1setFrames()
22451 (arg1)->setFrames((btTransform const &)*arg2,(btTransform const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btGeneric6DofSpring2Constraint_1setFrames()
26203 (arg1)->setFrames((btTransform const &)*arg2,(btTransform const &)*arg3); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btHingeConstraint_1setFrames()