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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
HingeJoint.java 54 protected Vector3f axisA;
69 public HingeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) {
71 this.axisA = axisA;
143 capsule.write(axisA, "axisA", new Vector3f());
163 this.axisA = (Vector3f) capsule.readSavable("axisA", new Vector3f());
184 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, axisA, pivotB, axisB);
188 private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f axisA, Vector3f pivotB, Vector3f axisB)
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
HingeJoint.java 54 protected Vector3f axisA;
69 public HingeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) {
71 this.axisA = axisA;
111 capsule.write(axisA, "axisA", new Vector3f());
131 this.axisA = (Vector3f) capsule.readSavable("axisA", new Vector3f());
154 Converter.convert(axisA), Converter.convert(axisB));

Completed in 47 milliseconds