HomeSort by relevance Sort by last modified time
    Searched defs:m_bodyB (Results 1 - 16 of 16) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyConstraint.h 47 btMultiBody* m_bodyB;
109 return m_bodyB;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
Joint.java 84 protected Body m_bodyB;
106 m_bodyB = def.bodyB;
149 return m_bodyB;
217 return m_bodyA.isActive() && m_bodyB.isActive();
MouseJoint.java 73 Transform.mulTransToOutUnsafe(m_bodyB.getTransform(), m_targetA, m_localAnchorB);
92 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
107 if (m_bodyB.isAwake() == false) {
108 m_bodyB.setAwake(true);
146 m_indexB = m_bodyB.m_islandIndex;
147 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
148 m_invMassB = m_bodyB.m_invMass;
149 m_invIB = m_bodyB.m_invI;
160 float mass = m_bodyB.getMass();
DistanceJoint.java 137 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
170 m_indexB = m_bodyB.m_islandIndex;
172 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
174 m_invMassB = m_bodyB.m_invMass;
176 m_invIB = m_bodyB.m_invI;
FrictionJoint.java 91 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
128 m_indexB = m_bodyB.m_islandIndex;
130 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
132 m_invMassB = m_bodyB.m_invMass;
134 m_invIB = m_bodyB.m_invI;
MotorJoint.java 74 out.set(m_bodyB.getPosition());
99 m_bodyB.setAwake(true);
126 m_bodyB.setAwake(true);
170 m_indexB = m_bodyB.m_islandIndex;
172 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
174 m_invMassB = m_bodyB.m_invMass;
176 m_invIB = m_bodyB.m_invI;
RopeJoint.java 58 m_indexB = m_bodyB.m_islandIndex;
60 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
62 m_invMassB = m_bodyB.m_invMass;
64 m_invIB = m_bodyB.m_invI;
243 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
PulleyJoint.java 112 m_bodyB.getWorldPointToOut(m_localAnchorB, p);
136 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
169 m_bodyB.getWorldPointToOut(m_localAnchorB, p);
184 m_indexB = m_bodyB.m_islandIndex;
186 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
188 m_invMassB = m_bodyB.m_invMass;
190 m_invIB = m_bodyB.m_invI;
WeldJoint.java 132 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
149 m_indexB = m_bodyB.m_islandIndex;
151 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
153 m_invMassB = m_bodyB.m_invMass;
155 m_invIB = m_bodyB.m_invI;
WheelJoint.java 133 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
151 Body b2 = m_bodyB;
172 return m_bodyA.m_angularVelocity - m_bodyB.m_angularVelocity;
181 m_bodyB.setAwake(true);
187 m_bodyB.setAwake(true);
201 m_bodyB.setAwake(true);
233 m_indexB = m_bodyB.m_islandIndex;
235 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
237 m_invMassB = m_bodyB.m_invMass;
239 m_invIB = m_bodyB.m_invI
    [all...]
GearJoint.java 158 m_bodyB = m_joint2.getBodyB();
161 Transform xfB = m_bodyB.m_xf;
162 float aB = m_bodyB.m_sweep.a;
205 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
231 m_indexB = m_bodyB.m_islandIndex;
235 m_lcB.set(m_bodyB.m_sweep.localCenter);
239 m_mB = m_bodyB.m_invMass;
243 m_iB = m_bodyB.m_invI;
RevoluteJoint.java 111 m_indexB = m_bodyB.m_islandIndex;
113 m_localCenterB.set(m_bodyB.m_sweep.localCenter);
115 m_invMassB = m_bodyB.m_invMass;
117 m_invIB = m_bodyB.m_invI;
464 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
479 final Body b2 = m_bodyB;
485 final Body b2 = m_bodyB;
495 m_bodyB.setAwake(true);
505 m_bodyB.setAwake(true);
511 m_bodyB.setAwake(true)
    [all...]
PrismaticJoint.java 186 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
207 Body bB = m_bodyB;
252 m_bodyB.getWorldPointToOut(m_localAnchorB, pB);
277 m_bodyB.setAwake(true);
311 m_bodyB.setAwake(true);
334 m_bodyB.setAwake(true);
345 m_bodyB.setAwake(true);
365 m_bodyB.setAwake(true);
394 m_indexB = m_bodyB.m_islandIndex;
396 m_localCenterB.set(m_bodyB.m_sweep.localCenter)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2Joint.h 176 b2Body* m_bodyB;
198 return m_bodyB;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyData.h 177 void *m_bodyB;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h     [all...]

Completed in 339 milliseconds