Searched refs:bodyIdA (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 84 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); 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 79 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); 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 147 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); 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 155 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); 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 211 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); 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 947 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()
|