Searched defs:axisB (Results 1 – 3 of 3) sorted by relevance
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/ |
D | HingeJoint.java | 55 protected Vector3f axisB; field in HingeJoint 69 … nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { in HingeJoint()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/ |
D | HingeJoint.java | 55 protected Vector3f axisB; field in HingeJoint 69 … nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { in HingeJoint() 188 …(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f axisA, Vector3f pivotB, Vector3f axisB); in createJoint()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_joints_HingeJoint.cpp | 209 …ject, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject axisA, jobject pivotB, jobject axisB) { in Java_com_jme3_bullet_joints_HingeJoint_createJoint()
|