Home
last modified time | relevance | path

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