HomeSort by relevance Sort by last modified time
    Searched full:btjointfeedback (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btJointFeedback.java 19 public class btJointFeedback extends BulletBase {
22 protected btJointFeedback(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btJointFeedback, normally you should not need this constructor it's intended for low-level usage. */
28 public btJointFeedback(long cPtr, boolean cMemoryOwn) {
29 this("btJointFeedback", cPtr, cMemoryOwn);
40 public static long getCPtr(btJointFeedback obj) {
98 public btJointFeedback() {
btTypedConstraint.java 385 public void setJointFeedback(btJointFeedback jointFeedback) {
386 DynamicsJNI.btTypedConstraint_setJointFeedback(swigCPtr, this, btJointFeedback.getCPtr(jointFeedback), jointFeedback);
389 public btJointFeedback getJointFeedback() {
391 return (cPtr == 0) ? null : new btJointFeedback(cPtr, false);
DynamicsJNI.java 224 public final static native void btJointFeedback_appliedForceBodyA_set(long jarg1, btJointFeedback jarg1_, long jarg2, btVector3 jarg2_);
225 public final static native long btJointFeedback_appliedForceBodyA_get(long jarg1, btJointFeedback jarg1_);
226 public final static native void btJointFeedback_appliedTorqueBodyA_set(long jarg1, btJointFeedback jarg1_, long jarg2, btVector3 jarg2_);
227 public final static native long btJointFeedback_appliedTorqueBodyA_get(long jarg1, btJointFeedback jarg1_);
228 public final static native void btJointFeedback_appliedForceBodyB_set(long jarg1, btJointFeedback jarg1_, long jarg2, btVector3 jarg2_);
229 public final static native long btJointFeedback_appliedForceBodyB_get(long jarg1, btJointFeedback jarg1_);
230 public final static native void btJointFeedback_appliedTorqueBodyB_set(long jarg1, btJointFeedback jarg1_, long jarg2, btVector3 jarg2_);
231 public final static native long btJointFeedback_appliedTorqueBodyB_get(long jarg1, btJointFeedback jarg1_);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.h 67 ATTRIBUTE_ALIGNED16(struct) btJointFeedback
105 btJointFeedback* m_jointFeedback;
274 void setJointFeedback(btJointFeedback* jointFeedback)
279 const btJointFeedback* getJointFeedback() const
284 btJointFeedback* getJointFeedback()
btSequentialImpulseConstraintSolver.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
classes.i 61 SPECIFY_CLASS(btJointFeedback, com.badlogic.gdx.physics.bullet.dynamics)
dynamics_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyConstraintSolver.cpp     [all...]

Completed in 148 milliseconds