HomeSort by relevance Sort by last modified time
    Searched refs:getFrameOffsetB (Results 1 - 11 of 11) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSliderConstraint.h 187 const btTransform & getFrameOffsetB() const { return m_frameInB; }
189 btTransform & getFrameOffsetB() { return m_frameInB; }
btGeneric6DofConstraint.h 376 \sa btGeneric6DofConstraint.getFrameOffsetA, btGeneric6DofConstraint.getFrameOffsetB, btGeneric6DofConstraint.calculateAngleInfo.
385 \sa btGeneric6DofConstraint.getFrameOffsetA, btGeneric6DofConstraint.getFrameOffsetB, btGeneric6DofConstraint.calculateAngleInfo.
397 const btTransform & getFrameOffsetB() const
408 btTransform & getFrameOffsetB()
btConeTwistConstraint.h 291 const btTransform& getFrameOffsetB() const
btHingeConstraint.h 156 btTransform& getFrameOffsetB()
btGeneric6DofSpring2Constraint.h 356 const btTransform & getFrameOffsetB() const { return m_frameInB; }
359 btTransform & getFrameOffsetB() { return m_frameInB; }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btConeTwistConstraint.java 214 public Matrix4 getFrameOffsetB() {
btGeneric6DofConstraint.java 98 public Matrix4 getFrameOffsetB() {
btGeneric6DofSpring2Constraint.java 108 public Matrix4 getFrameOffsetB() {
btHingeConstraint.java 126 public Matrix4 getFrameOffsetB() {
btSliderConstraint.java 98 public Matrix4 getFrameOffsetB() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 90 milliseconds