Home
last modified time | relevance | path

Searched refs:removeJoint (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DPhysicsJoint.java116 getBodyA().removeJoint(this); in destroy()
117 getBodyB().removeJoint(this); in destroy()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DPhysicsJoint.java119 getBodyA().removeJoint(this); in destroy()
120 getBodyB().removeJoint(this); in destroy()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
DPhysicsSpace.java433 removeJoint((PhysicsJoint) obj); in remove()
527 removeJoint(physicsJoint); in removeAll()
633 private void removeJoint(PhysicsJoint joint) { in removeJoint() method in PhysicsSpace
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
DPhysicsSpace.java407 removeJoint((PhysicsJoint) obj); in remove()
501 removeJoint(physicsJoint); in removeAll()
580 private void removeJoint(PhysicsJoint joint) { in removeJoint() method in PhysicsSpace
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsRigidBody.java659 public void removeJoint(PhysicsJoint joint) { in removeJoint() method in PhysicsRigidBody
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsRigidBody.java596 public void removeJoint(PhysicsJoint joint) { in removeJoint() method in PhysicsRigidBody