Home
last modified time | relevance | path

Searched refs:bodyIdB (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_ConeJoint.cpp82 …(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()
Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp77 …(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()
Dcom_jme3_bullet_joints_Point2PointJoint.cpp145 (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()
Dcom_jme3_bullet_joints_SixDofJoint.cpp153 …(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()
Dcom_jme3_bullet_joints_HingeJoint.cpp209 …(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()
Dcom_jme3_bullet_joints_SliderJoint.cpp945 …(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()