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