Home
last modified time | relevance | path

Searched refs:axisB (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DHingeJoint.java55 protected Vector3f axisB; field in HingeJoint
69 … nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { in HingeJoint() argument
72 this.axisB = axisB; in HingeJoint()
144 capsule.write(axisB, "axisB", new Vector3f()); in write()
164 this.axisB = (Vector3f) capsule.readSavable("axisB", new Vector3f()); in read()
184 … objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, axisA, pivotB, axisB); in createJoint()
188 …(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f axisA, Vector3f pivotB, Vector3f axisB); in createJoint() argument
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DHingeJoint.java55 protected Vector3f axisB; field in HingeJoint
69 … nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { in HingeJoint() argument
72 this.axisB = axisB; in HingeJoint()
112 capsule.write(axisB, "axisB", new Vector3f()); in write()
132 this.axisB = (Vector3f) capsule.readSavable("axisB", new Vector3f()); in read()
154 Converter.convert(axisA), Converter.convert(axisB)); in createJoint()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_HingeJoint.cpp209 …ject, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject axisA, jobject pivotB, jobject axisB) { in Java_com_jme3_bullet_joints_HingeJoint_createJoint() argument
220 jmeBulletUtil::convert(env, axisB, &vec4); in Java_com_jme3_bullet_joints_HingeJoint_createJoint()