Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
DPhysicsSpace.java465 if (!physicsNodes.containsValue(physicsJoint.getBodyA())) { in addAll()
466 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()
467 add(physicsJoint.getBodyA()); in addAll()
469 addRigidBody(physicsJoint.getBodyA()); in addAll()
473 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()
512 if (physicsNodes.containsValue(physicsJoint.getBodyA())) { in removeAll()
513 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
514 remove(physicsJoint.getBodyA()); in removeAll()
516 removeRigidBody(physicsJoint.getBodyA()); in removeAll()
520 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
DPhysicsSpace.java439 if (!physicsNodes.containsValue(physicsJoint.getBodyA())) { in addAll()
440 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()
441 add(physicsJoint.getBodyA()); in addAll()
443 addRigidBody(physicsJoint.getBodyA()); in addAll()
447 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()
486 if (physicsNodes.containsValue(physicsJoint.getBodyA())) { in removeAll()
487 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
488 remove(physicsJoint.getBodyA()); in removeAll()
490 removeRigidBody(physicsJoint.getBodyA()); in removeAll()
494 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DPhysicsJoint.java96 public PhysicsRigidBody getBodyA() { in getBodyA() method in PhysicsJoint
116 getBodyA().removeJoint(this); in destroy()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DPhysicsJoint.java99 public PhysicsRigidBody getBodyA() { in getBodyA() method in PhysicsJoint
119 getBodyA().removeJoint(this); in destroy()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsRigidBody.java687 if (physicsJoint.getBodyA() == this) { in getDebugShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsRigidBody.java638 if (physicsJoint.getBodyA() == this) { in getDebugShape()