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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
PhysicsJoint.java 49 protected PhysicsRigidBody nodeB;
61 public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) {
63 this.nodeB = nodeB;
67 nodeB.addJoint(this);
104 return nodeB;
126 capsule.write(nodeB, "nodeB", null);
134 this.nodeB = (PhysicsRigidBody) capsule.readSavable("nodeB", new PhysicsRigidBody())
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
PhysicsJoint.java 48 protected PhysicsRigidBody nodeB;
60 public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) {
62 this.nodeB = nodeB;
66 nodeB.addJoint(this);
101 return nodeB;
123 capsule.write(nodeB, "nodeB", null);
131 this.nodeB = (PhysicsRigidBody) capsule.readSavable("nodeB", new PhysicsRigidBody())
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionEvent.java 51 private PhysicsCollisionObject nodeB;
54 public PhysicsCollisionEvent(int type, PhysicsCollisionObject nodeA, PhysicsCollisionObject nodeB, long manifoldPointObjectId) {
66 this.nodeB = null;
73 public void refactor(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, long manifoldPointObjectId) {
77 this.nodeB = nodeB;
99 if (nodeB.getUserObject() instanceof Spatial) {
100 return (Spatial) nodeB.getUserObject();
110 return nodeB;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionEvent.java 53 private PhysicsCollisionObject nodeB;
56 public PhysicsCollisionEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) {
60 this.nodeB = nodeB;
71 nodeB = null;
78 public void refactor(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) {
82 this.nodeB = nodeB;
104 if (nodeB.getUserObject() instanceof Spatial) {
105 return (Spatial) nodeB.getUserObject()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 87 Node* nodeB = commonScope->ancestorInThisScope(b.containerNode());
88 ASSERT(nodeB);
89 bool hasDescendentB = nodeB != b.containerNode();
93 if (nodeA == nodeB) {
100 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 82 milliseconds