Searched refs:bodyIdB (Results 1 – 6 of 6) sorted by relevance
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_joints_ConeJoint.cpp | 82 …(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject… in Java_com_jme3_bullet_joints_ConeJoint_createJoint() argument 85 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
|
D | com_jme3_bullet_joints_SixDofSpringJoint.cpp | 77 …(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject… in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint() argument 80 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint()
|
D | com_jme3_bullet_joints_Point2PointJoint.cpp | 145 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject pivotB) { in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint() argument 148 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint()
|
D | com_jme3_bullet_joints_SixDofJoint.cpp | 153 …(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject… in Java_com_jme3_bullet_joints_SixDofJoint_createJoint() argument 156 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
|
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() argument 212 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_HingeJoint_createJoint()
|
D | com_jme3_bullet_joints_SliderJoint.cpp | 945 …(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject… in Java_com_jme3_bullet_joints_SliderJoint_createJoint() argument 948 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()
|